I have an excel sheet that have specified user input cells and one button to print and another to exit. I have managed to un-enable the view of toolbars but how do you disable the main dropdowns?
Not entirely sure what you're asking, but take a look at FAQ707-4841. You should find help in there.
Enjoy,
Tony
-------------------------------------------------------------------------------------------- We want to help you; help us to do it by reading this: Before you ask a question.
You have to use vba to do this. As a starting point try the following code, calling the disable sub from the workbook on open event, and the disable routine from the before close event. It would probably be a good idea to call them from a couple of buttons, before you set them up to be auto, just to be sure that they are doing what you wanted.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.