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 / July 2007

Tip: Looking for answers? Try searching our database.

showing several sheet names at once

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Afshar Mohebbi - 10 Jul 2007 08:41 GMT
hi everybody there,

I have a workbook containing multibple worksheet said 35 sheet. I want
to see all of them at a timem so dont bother myself scrolling across
them.

thanks in advance
afshar
Jim Rech - 10 Jul 2007 15:18 GMT
You would have to create a new window for each sheet in the workbook and
then tile the windows.  I'm not sure that is very practical but if you want
to see what it looks like run this macro:

Sub WindowForEachSheet()
   Dim WS As Worksheet
   For Each WS In Worksheets
       ActiveWindow.NewWindow
       WS.Activate
   Next
   Windows(1).Close
   Windows.Arrange xlArrangeStyleTiled
End Sub

This assumes you have only one window when you run this.

Signature

Jim

| hi everybody there,
|
[quoted text clipped - 4 lines]
| thanks in advance
| afshar
Bernie Deitrick - 10 Jul 2007 15:18 GMT
Afshar,

You can use Window / New Window  (34 times!), then use Window / Arrange...   and check Tiled and
"Windows of active workbook" and then click OK, but 35 windows won't offer you much of a view of
each sheet.

HTH,
Bernie
MS Excel MVP

> hi everybody there,
>
[quoted text clipped - 4 lines]
> thanks in advance
> afshar
Dave Peterson - 10 Jul 2007 15:28 GMT
I read your message slightly differently.

I read it as you want to see the names of the worksheets without having to
scroll to the right or left.

You can rightclick on the VCR like (DVD like???) controls to the left of the
worksheet tabs and see a list (or choose More Sheets) and select a worksheet
from there.

Or you could try an addin from Debra Dalgleish's site:
http://contextures.com/xlToolbar01.html

> hi everybody there,
>
[quoted text clipped - 4 lines]
> thanks in advance
> afshar

Signature

Dave Peterson


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.