S
Sandy C.
My application is driven entirely from buttons on my
forms. I would like to HIDE the standard command
bar "Menu Bar".
On my startup form, I have:
CommandBars("Menu Bar").Visible = False
This causes a command bar to be displayed that has File,
Window, and Help. It also causes the application to stop
processing (does not show the startup form).
How can I NOT display any command bars?
forms. I would like to HIDE the standard command
bar "Menu Bar".
On my startup form, I have:
CommandBars("Menu Bar").Visible = False
This causes a command bar to be displayed that has File,
Window, and Help. It also causes the application to stop
processing (does not show the startup form).
How can I NOT display any command bars?