Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dear All,
I wish to code in the ability to ungroup grouped worksheets in a workbook. Something like: Sheets(4,5,6).ungroup for example... any help would be appreciated. andy m |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Just execute a Select statement, i.e. Sheets(2).Select
On Tue, 5 Oct 2004 12:10:21 +1000, "andym" wrote: Dear All, I wish to code in the ability to ungroup grouped worksheets in a workbook. Something like: Sheets(4,5,6).ungroup for example... any help would be appreciated. andy m |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Myrna,
nice and easy :) thanks very much!! andy m "Myrna Larson" wrote in message ... Just execute a Select statement, i.e. Sheets(2).Select On Tue, 5 Oct 2004 12:10:21 +1000, "andym" wrote: Dear All, I wish to code in the ability to ungroup grouped worksheets in a workbook. Something like: Sheets(4,5,6).ungroup for example... any help would be appreciated. andy m |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
group/ungroup protected sheets? | Excel Worksheet Functions | |||
how to ungroup work sheets | Excel Worksheet Functions | |||
excel 03- sheets stay grouped even when I ungroup | Excel Discussion (Misc queries) | |||
Group and ungroup protected sheets | Excel Discussion (Misc queries) | |||
Group/Ungroup Protected Sheets | Excel Programming |