Hello all, could anyone help me with this one, I have a macro that is run daily. the file is dropped down from our server and updated with the new date AR010405.xls The macro is currently edited manually with an edit replace in VB
ie edit replace AR010405.xls to AR010505.xls.
I would like to know a couple things,
1- at the end of the macro I would like this string to be update with the new date ie 010505
2- put this macro on self timer so that it launches every morning after the file is dropped down.
Workbooks.Open Filename:="K:\AR010405.xls"
the macro is in a seperate workbook but same network location
the whole purpose for the macro is to take a raw data file and format it for users
your help would be greatly appreciated!
ie edit replace AR010405.xls to AR010505.xls.
I would like to know a couple things,
1- at the end of the macro I would like this string to be update with the new date ie 010505
2- put this macro on self timer so that it launches every morning after the file is dropped down.
Workbooks.Open Filename:="K:\AR010405.xls"
the macro is in a seperate workbook but same network location
the whole purpose for the macro is to take a raw data file and format it for users
your help would be greatly appreciated!