You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.
Currently, unlocking VBA requires user intervention when opening the unlocked file for the first time:
Open the unlocked file and click 'Enable Content' on the warning:
Click 'OK' on the following pop-up:
Open Visual Basic from the Developer toolbar:
Open VBAProject Propeties under Tools:
Navigate to the Protection tab and enter a new password (a one character password is fine, as we will be removing it again straight away). Click 'OK'.
Head back in to VBAProject Properties > Protection tab, and de-select the 'Lock project for viewing' checkbox and clear any passwords in the boxes below. Click 'OK'.
This should be enhanced so that the application fulfills these steps. It should not accomplish this by mimicking user inputs (i.e. mouse, keyboard control)
The text was updated successfully, but these errors were encountered:
Currently, unlocking VBA requires user intervention when opening the unlocked file for the first time:
This should be enhanced so that the application fulfills these steps. It should not accomplish this by mimicking user inputs (i.e. mouse, keyboard control)
The text was updated successfully, but these errors were encountered: