Skip to content

Formato Strings

.



Sub Main
Dim fechaActual As Date
fechActual = Date
MsgBox "Fecha: " & Format(fechActual,"dd-mm-yy")
End Sub

Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
CtrlP
) instead.