dpierce4776
MIS
hello all I have a report that is run from our monitoring software. I have a batch file that converts the report from a txt file to a CSV file. the number of items in the report may change but not the headers. my goal is after the batch file converts the file it will run the VBS script to sort the CSV file by two columns say column A from A to Z then column F A to Z. then save and close the work book.
on a side note I would then need to move the file to two different locations. I am sorry but I am new to VBS script and I do not know if it is possible to use the VBS script to also copy the file to the two different locations. or will I have to figure out some way to use the batch file to call the VBS script wait till its done the copy the file.
on a side note I would then need to move the file to two different locations. I am sorry but I am new to VBS script and I do not know if it is possible to use the VBS script to also copy the file to the two different locations. or will I have to figure out some way to use the batch file to call the VBS script wait till its done the copy the file.