Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / January 2007

Tip: Looking for answers? Try searching our database.

How to make a worksheet visible

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
yosi_lb - 23 Jan 2007 18:39 GMT
hi
I have about 40 worksheets in a workbook. each sheet has a name of a student
in a classroom.
how can I  programaticy make a choosen sheet to be visible

thanks
Gord Dibben - 23 Jan 2007 20:00 GMT
Yosi

Sub unhide()
Dim whichname as String
         whichname = InputBox("type in name")
Worksheets(whichname).Visible = True
End Sub

Gord Dibben  MS Excel MVP

On Tue, 23 Jan 2007 20:39:23 +0200, "yosi_lb" <yosi_lb@bezeqint.net> wrote:Sub

>hi
>I have about 40 worksheets in a workbook. each sheet has a name of a student
>in a classroom.
>how can I  programaticy make a choosen sheet to be visible
>
>thanks

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.