DialogSheetView object (Excel)

Represents the current Dialog sheet view in a workbook.

Remarks

To access this object, you must have a dialog sheet that was developed in the active workbook. Without the dialog sheet, the view properties for the object return an empty string value.

Example

The following example turns on the dialog sheet view for the active workbook.

Worksheets("Sheet1").DialogSheetView.Visible = True

Properties

See also

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.