Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
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.
Dm Dia As Integer
Dim Mes As Integer
Dim Ao As Integer
Dia
Mes
Rem DateSerial es otra Funcin incerna de VBA.
MggBox Dateserial Ao Mes, Dia
End Sub
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started