S
Scott
Hello,
I was wondering if it was possible to deselect a single sheet in a
workbook.
My code will receive a workbook with all sheets selected. There are
dozens to hundreds of sheets. I want to just unselect a single
sheet. Is there a quick way to do this.
For example, to select all sheets you can say: workbook.sheets.select
This doesnt work, but is there something like workbook.sheets
(3).deselect
Any help would be great.
Thanks
I was wondering if it was possible to deselect a single sheet in a
workbook.
My code will receive a workbook with all sheets selected. There are
dozens to hundreds of sheets. I want to just unselect a single
sheet. Is there a quick way to do this.
For example, to select all sheets you can say: workbook.sheets.select
This doesnt work, but is there something like workbook.sheets
(3).deselect
Any help would be great.
Thanks