turtlemaster
Programmer
I have this application that opens a word document to generate a report. I need to automate a task in the application upon the closing of the word document but the application does not support OLE automation (I can't even get a reference to the darn thing). I was thinking that I may be able to use API calls. I guess what I need to do is;
1.) Get a reference to an application already running in memory.
2.) Force that application to run a function. (Press a button and open a window).
I tried sendkeys but the button has no shortcut key and I don't know how to the application keys directly anyway (without alt+tabing over and then I can't be sure that I am going to the right application)
1.) Get a reference to an application already running in memory.
2.) Force that application to run a function. (Press a button and open a window).
I tried sendkeys but the button has no shortcut key and I don't know how to the application keys directly anyway (without alt+tabing over and then I can't be sure that I am going to the right application)