T
TimT
hey all,
I created a nice program and now I want to hide the menubar when the user
opens it to avoid any confusion.
I have been through unchecking the Allow menu options in the Tools|Startup
options and the best that I could achieve still has a stripped down Menubar
with File|Edit|Insert... etc.
I tried creating an autoexec macro that calls NoMenu()
Function NoMenu()
CommandBars("Main Menu").Enabled = False
End Function
...to no avail.
Is there some other way that I am missing to accomplish this??
I created a nice program and now I want to hide the menubar when the user
opens it to avoid any confusion.
I have been through unchecking the Allow menu options in the Tools|Startup
options and the best that I could achieve still has a stripped down Menubar
with File|Edit|Insert... etc.
I tried creating an autoexec macro that calls NoMenu()
Function NoMenu()
CommandBars("Main Menu").Enabled = False
End Function
...to no avail.
Is there some other way that I am missing to accomplish this??