Python `win32com` not talking to Excel because of “Trust Center” settings
Posted: , Updated: Category: MS OfficeFor the record, if you are just starting with Python’s win32com
on a new computer, trying to talk to Excel, and it’s not working - with errors like:
|
|
or you are getting None
for all properties like Application.ActiveCell
, it’s likely your Excel security settings are disallowing COM.
Try this: