Hi all,
For the life of me I can not remember how to convert a date from this 02/01/2010 to this 02012010. The application is for saving a file name.
The date is pulled from: Me.Ship_Date
How can I make the conversion?
Thank you for all the help!
For the life of me I can not remember how to convert a date from this 02/01/2010 to this 02012010. The application is for saving a file name.
The date is pulled from: Me.Ship_Date
How can I make the conversion?
Code:
objXLBook.SaveAs ("E:\path\" & Me.First_Name.Value & " " & Me.Last_Name.Value & " " & Me.Ship_Date.Value " - Package List Form" & ".xlsx")