Hide or disable Outlook 2007 ribbon from Visual Basic in custom fo

  • Thread starter Robert Ripberger
  • Start date
R

Robert Ripberger

I am developing an Outlook custom form and do not want the ribbon to display
when this form is run.

What Visual Basic code is necessary to hide or disable the ribbon. I have
tried the following but it does not appear to have any effect:

Item.GetInspector.CommandBars.Item("Ribbon").Visible = False
 

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

Top