Hi,
I'm new to posting questions on this type of forum so if I'm doing something wrong i'll be grateful for any vats of common sense any of you can send in my direction.
I have a VBA question - I'm calling an invisible VBA Visio application in windows xp from a batch file (I have to do it this way) and as it stands my application works but for printing mesages back to the commandline during run - it can't do this.
I would like if I could output progress and error reports as they occur to commandline and am wondering if there's a way to output text from the VBA Visio app back to the exact command shell that invoked it. Does anyone know if there's a way to do this, perhaps using shell or the windows API if needs be?
Many Thanks,
Len
I'm new to posting questions on this type of forum so if I'm doing something wrong i'll be grateful for any vats of common sense any of you can send in my direction.
I have a VBA question - I'm calling an invisible VBA Visio application in windows xp from a batch file (I have to do it this way) and as it stands my application works but for printing mesages back to the commandline during run - it can't do this.
I would like if I could output progress and error reports as they occur to commandline and am wondering if there's a way to output text from the VBA Visio app back to the exact command shell that invoked it. Does anyone know if there's a way to do this, perhaps using shell or the windows API if needs be?
Many Thanks,
Len
Comment