View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
zigzagdna zigzagdna is offline
external usenet poster
 
Posts: 4
Default Is there a way to automtically apply macros in a script

I have a program which genartes csv files. This program is run from
Windows Task Scheuder at ceratin times of the day.
I apply macros (stored in presonal.xlsb) by manually opening the csv
files, then saving the formatted files as .xls file. Is
there a way to do the same using a command which I can place in the
script after csv file has been genarted. If yes, what is the command.

Thanks a lot.