Re: $$Excel-Macros$$ Unhide some sheets starting from a specific sheet number

2013-02-03 Thread respuzy
@googlegroups.com Subject: Re: $$Excel-Macros$$ Unhide some sheets starting from a specific sheet number Untested air code Dim sh as worksheet For sh = 7 to sheets.count Sheets(Sh).visible= true Next sh On Sunday, 3 February 2013, wrote: > Hello experts > > Assuimg I have 10 sheets in a workbo

Re: $$Excel-Macros$$ Unhide some sheets starting from a specific sheet number

2013-02-03 Thread David Grugeon
Untested air code Dim sh as worksheet For sh = 7 to sheets.count Sheets(Sh).visible= true Next sh On Sunday, 3 February 2013, wrote: > Hello experts > > Assuimg I have 10 sheets in a workbook. And I want to unhide the 7th sheet > up to the last sheet Kindly help with vba code to do that. So tec

$$Excel-Macros$$ Unhide some sheets starting from a specific sheet number

2013-02-03 Thread respuzy
Hello experts Assuimg I have 10 sheets in a workbook. And I want to unhide the 7th sheet up to the last sheet Kindly help with vba code to do that. So technically every sheet from the first sheet Ȋ̝̊̅§ hidden. Any sheet that Ȋ̝̊̅§ after the 10th sheet shd bE unhidden. Thnks Sent from my BlackBe