Let me start off by saying that I am not a VB programmer.. but this forum has helped me out before so I'm hoping that I can get some help again !!!
I need to rename a file on a daily basis so that the filename contains the current date in YYMMDD format.
my original filename is FILENAME_S.csv and I need to rename it to
NEWFILENAME_YYYYMMDD.csv
Can this be done programmatically with some basic VB code????
I need to create this in a script so that I can run it once a day via windows scheduler
any help would be greatly appreciated!
I need to rename a file on a daily basis so that the filename contains the current date in YYMMDD format.
my original filename is FILENAME_S.csv and I need to rename it to
NEWFILENAME_YYYYMMDD.csv
Can this be done programmatically with some basic VB code????
I need to create this in a script so that I can run it once a day via windows scheduler
any help would be greatly appreciated!