Answers for "enable macros on opening workbook vba"

0

enable macros on opening workbook vba

Application.AutomationSecurity = msoAutomationSecurityForceDisable
    Workbooks.Open Filename:=strFilepath & strFilename, ReadOnly:=True
    Application.AutomationSecurity = msoAutomationSecurityByUI
Posted by: Guest on July-14-2021

Browse Popular Code Answers by Language