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

Tim Roberts timr at probo.com
Tue Mar 26 21:01:14 EDT 2019


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 whether 
Office 365 is a 32-bit app or a 64-bit app, but your version of Python 
must match.

-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3980 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://mail.python.org/pipermail/python-win32/attachments/20190326/1b759e19/attachment.bin>


More information about the python-win32 mailing list