Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 70
Default go to the right worksheet

I have a class that is creating worksheets like
worksheetA1
worksheetA2
..
..
..
..
I want to keep each name in a column like A1 to A100
each time I open the workbook, it populates a listbox.
Is it possible to send all these worksheet name in a list box and when I
double click on one of the names it sends me directly to the right sheet???

thanks

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22,906
Default go to the right worksheet

Barb

How about a navigation bar from Debra Dalglesih?

http://www.contextures.on.ca/xlToolbar01.html

Or Bob Phillips' Browsesheets macro?

See this google search result.

http://groups.google.com/group/micro...c19464f875bd25


Gord Dibben MS Excel MVP

On Tue, 14 Aug 2007 16:44:00 -0700, Barb wrote:

I have a class that is creating worksheets like
worksheetA1
worksheetA2
.
.
.
.
I want to keep each name in a column like A1 to A100
each time I open the workbook, it populates a listbox.
Is it possible to send all these worksheet name in a list box and when I
double click on one of the names it sends me directly to the right sheet???

thanks


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default go to the right worksheet

Wow!! I am somewhat embarrassed to admit, but I have spent a good portion of
the last two days looking for just this!!

Thank you so much for posting the links to both methods.

I needed the Worksheet Navigation bar for a template I've been coding, which
can have very easily have 20 worksheets, and sometimes as many as 60. Being
that I hope to deploy this to a lot of users, is there any way to incorporate
the Add-in directly to the template code that's in modules, and then call the
creation of the toolbar from either an event or a predictable macro?

I think that if it were possible, the deployment of the template would be
much simpler for me & for the users (unless I were to build a setup script
which installed both the add-in and the template... yeah, I'd rather not go
down that road at all!)

thanks again, this group has helped tons,

from sweltering San Diego,

"Gord Dibben" wrote:

Barb

How about a navigation bar from Debra Dalglesih?

http://www.contextures.on.ca/xlToolbar01.html

Or Bob Phillips' Browsesheets macro?

See this google search result.

http://groups.google.com/group/micro...c19464f875bd25


Gord Dibben MS Excel MVP

On Tue, 14 Aug 2007 16:44:00 -0700, Barb wrote:

I have a class that is creating worksheets like
worksheetA1
worksheetA2
.
.
.
.
I want to keep each name in a column like A1 to A100
each time I open the workbook, it populates a listbox.
Is it possible to send all these worksheet name in a list box and when I
double click on one of the names it sends me directly to the right sheet???

thanks



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default go to the right worksheet

Personally, I wouldn't put the code in a specific workbook. You may find that
you end up with multiple workbooks with the same code and bad things happen when
you open both those workbooks at the same time (or close one of them).

In fact, I think that if you think the utility is useful, it could be useful for
other workbooks, too--maybe not workbooks that you've designed.

I'd put the utility in a common network location and instruct people how to use:
tools|addins|browse to that network location and install.

(or just send out a copy to each person who doesn't have the network available
all the time and let them install it.)

Then it'll be available as long as the user wants it available.

========
But if you want, you could just put all that code in a general module of your
workbook. And you should be set. (I still wouldn't do it, though.)


Will Finkle wrote:

Wow!! I am somewhat embarrassed to admit, but I have spent a good portion of
the last two days looking for just this!!

Thank you so much for posting the links to both methods.

I needed the Worksheet Navigation bar for a template I've been coding, which
can have very easily have 20 worksheets, and sometimes as many as 60. Being
that I hope to deploy this to a lot of users, is there any way to incorporate
the Add-in directly to the template code that's in modules, and then call the
creation of the toolbar from either an event or a predictable macro?

I think that if it were possible, the deployment of the template would be
much simpler for me & for the users (unless I were to build a setup script
which installed both the add-in and the template... yeah, I'd rather not go
down that road at all!)

thanks again, this group has helped tons,

from sweltering San Diego,

"Gord Dibben" wrote:

Barb

How about a navigation bar from Debra Dalglesih?

http://www.contextures.on.ca/xlToolbar01.html

Or Bob Phillips' Browsesheets macro?

See this google search result.

http://groups.google.com/group/micro...c19464f875bd25


Gord Dibben MS Excel MVP

On Tue, 14 Aug 2007 16:44:00 -0700, Barb wrote:

I have a class that is creating worksheets like
worksheetA1
worksheetA2
.
.
.
.
I want to keep each name in a column like A1 to A100
each time I open the workbook, it populates a listbox.
Is it possible to send all these worksheet name in a list box and when I
double click on one of the names it sends me directly to the right sheet???

thanks




--

Dave Peterson
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
automatically appending newly added data on worksheet to a master list worksheet tabylee via OfficeKB.com Links and Linking in Excel 0 December 17th 09 04:24 PM
plot graph from multiple worksheet as embedded chart object on every worksheet [email protected] Charts and Charting in Excel 3 August 24th 06 07:26 PM
Upload multiple text files into 1 excel worksheet + put the filename as the first column in the worksheet Aster Excel Worksheet Functions 3 March 12th 06 09:58 AM
copy range on every worksheet (diff names) to a master worksheet (to be created) Bernie[_2_] Excel Programming 2 September 22nd 04 03:30 PM
Attaching a JET database to an Excel Worksheet OR storing large binary data in a worksheet Ant Waters Excel Programming 1 September 3rd 03 11:34 AM


All times are GMT +1. The time now is 10:26 AM.

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

About Us

"It's about Microsoft Excel"