Hi
Was wondering whether ANYONE can help!
I am importing some data from a csv file into an xls, by pressing a button (with macros behind it) - now what I am also looking to do is for the time and date to display on the form, once every import is done (through button click).
2 questions:
1) How do I get the macro to locate current system date?
2) How do I specify where I want the date to be located? Otherwise where would it locate the date on the spreadsheet?
Ive tried this:
Dim Today
Today = Now
But it didnt help! :- (
Thank you for looking at this! x
Bookmarks