On Jan 8, 9:06 pm, "Tim Arnold" <tim.arn...@sas.com> wrote:
> Is there any lib or recipe(s) for doing something like this via python?

Look into the PyWin32 extension module. It gives access to Windows
internals including the COM interface. You'll need to do some research
into how to automate the GUI you're using from other sources (there
are often VBA examples on the web that can be modified).

http://pywin32.sourceforge.net/

I've successfully used this in the past for automating MS Excel.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to