VBA question accessing other files...
GHoosdum
Icrontian
I'm trying to find out if it's possible in VBA to determine the last updated date of a file. I need to read in 3 files in a VBA program to pull information into a spreadsheet, but only if they were updated on the current day. Any pointers?
0
Comments
I suppose you could do a mathematical operation to subtract it from the current date/time to see if it's the same day, since it returns more than just the date.
example from VBA help: