Friends,
I am creating a macro that will insert the current date on a spreadsheet. I used this code:
The problem is that I only want the date ... not the time showing at all. This is important because the spreadsheet is going to be saved as a CSV and imported into another program. Importing the time would be a problem.![]()
Dim Today Today = Now Range("G2").Select ActiveCell.FormulaR1C1 = Today
Can you help?
Thank you so much!
Mike
Bookmarks