This question is actually a two part scenario but still under the same question so please stay with me.
1) I have a tool tip like window that pops up on start up giving the user tips. It has an option if the user would like to turn it on or off. Right now, the option is controlled by a text...
I do believe that you can accomplish what you are asking with the win32com module. I have only done it with excel applications so far. The code will be something like this.
To Open:
file_to_open=win32com.client.Dispatch("Excel.Application")#"Excel.Application" would be changed to what kind of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.