Start either with ActiveExplorer.Commandbars oder
Activeinspector.Commandbars. Then iterate through the collection and set the
Visible property = False.
AFAIK you can hide the toolbars but not the menu bar.
--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
Organize eMails:
http://www.vboffice.net/product.html?id=2006063&cmd=detail&lang=en&pub=6
Am Wed, 22 Aug 2007 10:19:33 -0700 schrieb Chris Peel:
Sorry, I'm rather new to forms development - I have done some VBA in
Access
and Excel.
I'm trying to create a form that when loaded will disable the standard
toolbar and hide the standard menu's.
I have figured out the code aspect a little (script editor) but I'm a
little lost with out the object browser to determine how on teh Item_Open
event I can force both the standard, formatting and menu bars to be
'disabled' and non visible.
Thanks