DisplayOfficeLogo Property
True to display the Microsoft Office logo on the toolbar. Read/write Boolean.
expression.DisplayOfficeLogo
*expression * Required. An expression that returns a ChartSpace, PivotTable, or Spreadsheet object.
Example
This example hides the Microsoft Office logo on PivotTable1's toolbar.
PivotTable1.DisplayOfficeLogo = False
Applies to | ChartSpace Object | PivotTable Object | Spreadsheet Object
See Also | DisplayTitleBar Property | DisplayToolbar Property