Hi all
I have a program that runs using VBA Excel forms. Everytime the user opens the program I want all the toolbars to be removed and when he exits I want the toolbar options to reset to what it was before the program was opened. Currently I am assigning variables individually to each toolbar option as True of False depending on whether it is visible when the program opens, using this to restore the default settings when the user exits. But this process seems long and inefficient. There must be a quicker way to capture current toolbar selections??!!