Select Method

Microsoft Office Web Components Visual Basic

ShowSelect method as it applies to the PivotTable object.

Example

This example selects the cell that is one column to the right of and in the same row as the active cell.

Spreadsheet1.ActiveCell.Offset(0, 1).Select