Replies: 3 comments
-
This is a support request |
Beta Was this translation helpful? Give feedback.
0 replies
-
I use to be able to run an Access.application but it recently stop working. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi there, it seems some subsequent investigation result sent via the mailing list did not make it in here. I just cop yin the mails for further reference. On Nov 14th 2021 I wrote
Unfortunately the avtivestate link seems to be gone. Original post from Sep 17th 2021:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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 mechanism as usual and I can see the application object in the Python debugger.
If I do an excelapp.Run('") everything is fine.
If I do an accessapp.Run('") it throws an error -2147352562 which FormatMessage states is an issue with the number of parameters. But that cannot be the case as the UDF has no parameter and I do not pass any (additional) parameter.
BTW I simulated this accessapp.Run call from EXCEL in VBA and there it works.
I could not find any informaiton ont hat issue and I wonder if this is an issue related to pywin32?
Beta Was this translation helpful? Give feedback.
All reactions