View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default calling a batch file

Hi Jim
have a look at the Shell comannd in the VBA help

--
Regards
Frank Kabel
Frankfurt, Germany

"Jim Simpson" schrieb im Newsbeitrag
news:0k7pc.27233$%o1.15119@lakeread03...
I'm using Win98 and Excel 2000. From a VBA Excel macro, I want to

call a
batch file (gtst.bat) which calls a Perl script, then I want to

return to
the Excel VBA macro. Can someone please tell me if it is possible to

do
this?

Thanks, Jim