Hi,
I am a newbie on this forum & this is my 1st post
I want to group a worksheet with another & save it as grouped so that after I re-open the workbook those sheets are grouped as default. How to do it ?
Is it possible ? Please Help
Sorry if reposted, please give me the link to that forum if possible.
Thanks in advance.
You could place this code in the Open event of the Thisworkbook object.
Change the name of the sheets to be grouped
Code:Private Sub Workbook_Open() Sheets(Array("Sheet1", "Sheet2")).Select End Sub
Hey Andy...thanks a lot man![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks