I'm looking for a way to use the Office Plug-in EnterpriseConnectSDK to set the SaveDialog = false when closing an Excel Workbook. I can tell Excel not to save, but Enterprise Connect overrides
e.g. Workbooks("myworkbook.xlsb").Close SaveChanges:=False only works for Excel
I can turn off the plug-in in the registry, but that is not an option for the user base.
The EnterpriseConnectSDK looks like it was half written and appears to have virtually no support or documentation. Perhaps someone else has come across this issue.
Thanks