Fechas en VBA

gwatanab

New Member
Joined
Oct 6, 2002
Messages
26
Hola!

Una consulta de fechas en VBA. Tengo 3 variables numéricas que representan el día, el mes y el año para una fecha.

¿Con que función de VBA las puedo juntars en otra variable tipo Date?

O sea, el equivalente en VBA de la función de Excel "Fecha(año,mes,dia)".


Gracias de antemano,

Saludos,
Gonzalo
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
Gonzalo

El equivalente en VBA es 'DateSerial'.
 
Upvote 0
Gonzalo,

Favor note que si usted va al menú del editor de VBA y AYUDA y escoge la primera opción (Microsoft Visual Basic Help en inglés) y después a Microsoft Visual Basic Documentation y luego a Visual Basic Language Refernce y a Functions y a la letra "D" (grupo "D-G" en inglés) verá varias funcionas para fechas. DateAdd() y DateDiff() pueden ser muy útiles a veces. Vale la pena conocerlas para el futuro.

Saludos,
 
Upvote 0

Forum statistics

Threads
1,223,970
Messages
6,175,710
Members
452,667
Latest member
vanessavalentino83

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top