Thanks
Quote from bganoDisplay MoreTry creating an Excel file to open after the CSV file. Your batch script would work as follows:
...
Open MyFile.csv with Excel
Open MyUtility.xls with Excel
...
MyUtility.xls could contain the Auto_Open macro to perform the necessary work on MyFile.csv.
bgano
Thanks, I give that a try.
I was hoping there was a way to call a macro from the commandline via a startup switch
.