AdaptiveMenu Property

Microsoft Office Object Model

AdaptiveMenu Property

       

True if a personalized menu is enabled. Read/write Boolean.

Example

This example sets the AdaptiveMenu property to False for the File menu in the Microsoft Office application you’re working in.

CommandBars("File").AdaptiveMenu = False