Application.ShowDevTools Property
Excel Developer Reference |
Returns or sets a Boolean that represents whether the Developer tab is displayed in the Ribbon. Read/write Boolean.
Version Information
Version Added: Excel 2007
Syntax
expression.ShowDevTools
expression A variable that represents an Application object.
Remarks
This property corresponds to the Show Developer tab in the Ribbon check box in the Excel Options dialog box.
See Also