Range.Show Method
Scrolls through the contents of the active window to move the range into view.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function Show As Object
'Usage
Dim instance As Range
Dim returnValue As Object
returnValue = instance.Show()
Object Show()
Return Value
Type: System.Object
Remarks
The range must consist of a single cell in the active document.