Thread: Ungroup Sheets
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Myrna Larson Myrna Larson is offline
external usenet poster
 
Posts: 863
Default Ungroup Sheets

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