@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
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
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