Hi folks...
I have a routine where I open the latest .csv file in my folder. The file has a worksheet with the name:
Activity_05242011_135415_0689.csv
This name is in the string SrcWks
In VB code, I would like to parse out the date and write it to a cell and then parse out the time and write it to another cell.
In advance, thanks for the help.
I have a routine where I open the latest .csv file in my folder. The file has a worksheet with the name:
Activity_05242011_135415_0689.csv
This name is in the string SrcWks
In VB code, I would like to parse out the date and write it to a cell and then parse out the time and write it to another cell.
In advance, thanks for the help.