Before I distribute a project, I would like to make a few things happen. Before I spend hours trying, perhaps someone could just let me know if it’s possible:
1. Using VBA, can I disable or remove toolbars AND prevent the user from adding them back. Reason: I know how to remove scroll bars, headers, etc, but what good is that if the user can manipulate the options??
2. Using VBA, can I remove elements from the excel menu? Really, all I need to remain is the ‘File’ menu so the user can Save, SaveAS and Exit. The program has it’s own help macros on screen and all print settings have been pre-defined, saved as macro buttons on screen.
Basically, I am just trying to keep the user from tinkering with the program – they should not be able to change the options or fonts or anything else. I have already placed code to intercept double-clicks, right-clicks and prevention from adding sheets. And in a book, I just found out how to diable Alt+F4. I’m sending the finished product to 75 restaurant managers who WILL mess things up unless I can make it bullet-proof!