Can the locked status of a VBA project be controlled with VBA code?
When the file is opened all the worksheet tabs are hidden. There is an activex command button to accept terms of use. If the user presses Accept, the worksheet tabs are displayed. Before the user presses Accept, I would like to restrict access to the VBA project. Once the user presses Accept, I would like to unlock the project.
Any help would be appreciated.