I made a code to auto-update VBA library references using Ms VBA Extensibility library, so that user doesn't need to add/remove the required/incompatible references by themselves in VBE.
Apparently it needs permission from user's PC by checking the "Trust access to VBA project model", so I currently made message box at workbook open asking user to do this setting once.
But I want to show this message only if the "Trust access to VBA project object model" option is still not selected. Is there a way to check whether this setting has been applied using VBA?
Apparently it needs permission from user's PC by checking the "Trust access to VBA project model", so I currently made message box at workbook open asking user to do this setting once.
But I want to show this message only if the "Trust access to VBA project object model" option is still not selected. Is there a way to check whether this setting has been applied using VBA?