Re: [python-win32] Issue with PythonCOM - Application.Run does not work for Access.Application

2021-11-14 Thread Christoph J. Dorner
All, I found in the archives an answer I could not find in my inbox. Thanks to Tim Roberts! So far Idid the instantiation via the database mdb-file and I did not do an EnsureDispatch call on the Access Application object. I tried this in my code and - voila - got an error that makepy could not

Re: [python-win32] Issue with PythonCOM - Application.Run does not work for Access.Application

2021-09-17 Thread Tim Roberts
Christoph J. Dorner wrote: I need to call Office / VBA applications form a running Python script. While calling VBA from Python using Application.Run works with EXCEL, it does not work with ACCESS. What I do: I link to the Office application via the win32com.client dispatch mechanism as usual

[python-win32] Issue with PythonCOM - Application.Run does not work for Access.Application

2021-09-17 Thread Christoph J. Dorner
Hi there, I need to call Office / VBA applications form a running Python script. While calling VBA from Python using Application.Run works with EXCEL, it does not work with ACCESS. What I do: I link to the Office application via the win32com.client dispatch mechanism as usual and I can see the