Thread: run excel macro
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ketaki Ketaki is offline
external usenet poster
 
Posts: 1
Default run excel macro

Hi,

I am creating an excel spreadsheet automatically through
MS Access macro's "OutputTo" function. I also have the VBA
code of an excel macro to be run in this spreadsheet. For
testing purposes i open this excel file and manually copy
this code in excel macro and run it. But I actually want
to run this macro/VBA code on this spreadsheet
automatically through a batchfile or something without
having to open this excel file and copying this VBA code
in a macro inside.

Thanks,
Ketaki