I have an Excel file that has a bunch of VBA and macro code in it. When I open the file in Excel I can choose not to \'enable\' them - so the values in the fields all stay as t
Application.AutomationSecurity = msoAutomationSecurity.msoAutomationSecurityForceDisable
Try opening the workbook after this statement. I think, this will disable macros at Application Level (not at workbook level)
Hope that helps.