Re: [python-win32] unknow solution

2023-05-31 Thread Christoph J. Dorner
Hey guys, just one idea from a problem I had: Not succeeding to call ACCESS via pywin32 in the same way I succeeded to call EXCEL I learned that not all 32bit versions of Office applications provide a suitable 64bit proxy as part of their COM interface. I do not know which bitness your Office

Re: [python-win32] file name contains brackets got converted to %5B and %5D

2022-04-10 Thread Christoph J. Dorner
Hi, I am not sure If I gto the context, it is hard to understand what you have done witht he limited description. But I guess you passed a filename to a COM object ? Try to escape the brackets. And check for problems arising a) from the different notation conventions for pathnames and b)

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

2021-11-14 Thread Christoph J. Dorner
64bit and Office / Acccess 32bit ? https://code.activestate.com/lists/python-win32/12574 Best regards Christoph Am 17.09.2021 um 09:26 schrieb Christoph J. Dorner: Hi there, I need to call Office / VBA applications form a running Python script. While calling VBA from Python using Application

[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