'Usage
Dim instance As IWorksheet Dim replace As Boolean instance.Select(replace)
Parameters
- replace
true
to replace the current selection with the specified worksheets.false
to extend the current selection to include any previously selected worksheets and the specified worksheets.