Re: [python-win32] chapter 5 : implementing com objects with python

2019-03-26 Thread Tim Roberts
Benjamin McNeill wrote: Hello,  I am trying to get this com server to work in VBA.  I can register and deregister the server but I can not call it from vba.  Any suggestions?  I am using windows 10 and office 365 with python3.7. Remember that the bit-size must match.  I don't actually know w

[python-win32] chapter 5 : implementing com objects with python

2019-03-26 Thread Benjamin McNeill
Hello, I am trying to get this com server to work in VBA. I can register and deregister the server but I can not call it from vba. Any suggestions? I am using windows 10 and office 365 with python3.7. thanks! --Ben # SimpleCOMServer.py - A sample COM server - almost as small as they come! # #