Macro Sheets Only
Equivalent to selecting a view and choosing the Show button in the View Manager dialog box, which appears when you choose the View Manager command from the View menu. Shows a view.
If this function is not available, you must install the View Manager add-in macro.
Syntax
VIEW.SHOW(view_name)
VIEW.SHOW?(view_name)
View_name is text enclosed in quotation marks and specifies the name of a view in the active workbook.
Remarks
VIEW.SHOW returns the #VALUE error value if view_name is invalid or the workbook is protected.
Related Functions
VIEW.DEFINE Creates or replaces a view
VIEW.DELETE Removes a view from the active workbook
List of Command-Equivalent Functions