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
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