Is there a way to find out if I am using early or late binding given
the reference ("excel" in the example below) returned by Dispatch()?
[color=blue][color=green][color=darkred]
>>> import win32com.client
>>> excel = win32com.client .Dispatch('Exce l.Application')[/color][/color][/color]
Thanks much for your help.
Olaf
the reference ("excel" in the example below) returned by Dispatch()?
[color=blue][color=green][color=darkred]
>>> import win32com.client
>>> excel = win32com.client .Dispatch('Exce l.Application')[/color][/color][/color]
Thanks much for your help.
Olaf
Comment