Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I have a compiler that operates on an XML file to create a BGL graphic file. At a command prompt, the syntax is [bglcomp.exe test.xml] and th output would be test.bgl. Trying to automate this in the macro that creates the XML code, an with both files in path C:\Temp, I tried: ID = Shell("C:\Temp\bglcomp.exe test.xml") This runs with no error messages, but does not compile the XML file. What is the correct method -- jwk ----------------------------------------------------------------------- jwkz's Profile: http://www.excelforum.com/member.php...fo&userid=2516 View this thread: http://www.excelforum.com/showthread.php?threadid=38663 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to pass on different parameters to VBA Code? | Excel Worksheet Functions | |||
Shell can open an application, can it close an app too? | Excel Programming | |||
Pass variables value to Shell | Excel Programming | |||
Shell command ignores parameters | Excel Programming | |||
Shell command ignores parameters | Excel Programming |