Hello,
I created a simple COM server following the sample DynamicPolicy.py in
Mark's book. When testing it with VBA, I noticed intellisense/calltip does
not work. Is this how it is supposed to be? Any way to get it to work?
Thank you!
--
wcc
___
Py
wccppp wrote:
>
> I created a simple COM server following the sample DynamicPolicy.py in
> Mark's book. When testing it with VBA, I noticed intellisense/calltip
> does not work. Is this how it is supposed to be? Any way to get it
> to work?
Python COM servers all have to use "late binding", mea