Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 39
Default How to improve visuality?

Hi,

I have a WB that included 20 WSs.
I do distribute the WB to many people on a monthly basis and as a general
feedback I got only one "negative" point, that is the possibility to have and
overview on how the 20 WS are structured and how the information included in
each of them is relates to other WSs
I was thinking to have an extra WS where I design the structure and make it
active, meaning that from there they can go directly to the WS and viceversa.

Do you have any alternative suggestion on, either the way to do this or
maybe a total different option I could evaluate?

Thank you
Alex

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 694
Default How to improve visuality?

Hi,
If i understand correctly, it is a navigation problem? If so, you can use
the HYPERLINK() worksheet function to jump from, say, a table-of-contents
sheet to the 20 detail sheets and vise versa, eg:
Say you book is called Revenue.xls
Say you have a sheet Table Of Contents and a sheet Texas
On the sheet table of contents, cell B5, enter the formula:
=HYPERLINK("[Revenue.xls]Texas!A1", "Texas")
-- this shows 'Texas' in A5 and go to sheet Texas was then cell is
clicked.
Now on Sheet Texas, say cell A1, enter the formula:
=HYPERLINK("[Revenue.xls]'Table Of COntents'!A1", "Contents")
-- this shows 'Table of contents' an go to sheet TableOf Contents
when clicked.
You could also make a Previous and Next hyperlinks in each sheet.

I hope this helps,
Sebastien


"Metallo" wrote:

Hi,

I have a WB that included 20 WSs.
I do distribute the WB to many people on a monthly basis and as a general
feedback I got only one "negative" point, that is the possibility to have and
overview on how the 20 WS are structured and how the information included in
each of them is relates to other WSs
I was thinking to have an extra WS where I design the structure and make it
active, meaning that from there they can go directly to the WS and viceversa.

Do you have any alternative suggestion on, either the way to do this or
maybe a total different option I could evaluate?

Thank you
Alex

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
please help me improve the readability of my graph Oresto Charts and Charting in Excel 1 March 23rd 08 10:48 PM
Help improve mySchedule Please StevenPar Excel Discussion (Misc queries) 0 October 23rd 05 06:29 AM
How can improve this formula? Metallo Excel Worksheet Functions 7 January 27th 05 05:49 PM
Need to improve a formula Brian Excel Worksheet Functions 2 December 9th 04 07:17 PM
How to improve this code? alainB[_21_] Excel Programming 4 May 22nd 04 11:20 AM


All times are GMT +1. The time now is 05:31 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"