View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Run Excel Macro through Batch file

If it is a .bat file, would it be okay just to shell it?

--

HTH

RP
(remove nothere from the email address if mailing direct)


"LJi" wrote in message
oups.com...
User already has a batch file which contains different command lines to
run different programs. they want to add this macro into it.

I may need to rewrite the macro using VB.

Thanks for your reply.