Question: QUESTION 2 Insert a button type object in your excel sheet and using the VBA editor to program the following code. Run the code and

QUESTION 2
Insert a button type object in your excel sheet and using the VBA editor to program the following code. Run the code and say what is the result obtained
Sub ConstruirFecha ()
Rem - Construlr una fecha con tres valores entezos.
D1m Dia As Integer
Dim Mes As Integer
Dim Ao As Integer
Dia =15
Mes =8
=2013
Rem (DateSerial) es otra Funcin incerna de VBA.
MggBox Dateserial (Ao, Mes, Dia)
End Sub
"8/15/2013"
"15/8/2013"
"2013/8/13"
"2013/13/8"
 QUESTION 2 Insert a button type object in your excel sheet

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!