disable toolbar in a custom form

  • Thread starter Thread starter Chris Peel
  • Start date Start date
C

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

(e-mail address removed)
 
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:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top