
Signature
Don Guillett
Microsoft MVP Excel
SalesAid Software
dguillett1@austin.rr.com
Thanks, that works.
1 detail to solve:
suppose I have hidden sheets named " 1", "2" etc.
I just ran nthe macro and unhided sheet "2", is it possible to make the just
insered sheet active?
> Sub unhidesheet()
> mysheet = InputBox("Enter sheet NAME")
[quoted text clipped - 11 lines]
> >
> > chris
Rick Rothstein (MVP - VB) - 26 May 2008 07:09 GMT
After you make the sheet visible, execute this statement...
Sheets(mysheet).Select
Rick
> Thanks, that works.
> 1 detail to solve:
[quoted text clipped - 18 lines]
>> >
>> > chris