Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Mike
 
Posts: n/a
Default New ? Data Validation

I am using the following method for selecting items from two data validation
list within one worksheet and from the result of the selections (from both
lists), activating a worksheet named as the results from the selections. For
example, select "animals" from list 1 (contained in cell A1), then select
"dog" from list 2 (contained in cell B1), click on FIND button and the result
is activating (goto) a worksheet named "animals dog".

Programming in VB for the FIND button is as follows:

On Error Resume Next
Sheets(Cells(1,1).value & " " & Cells(1,2).value).Activate

Here's what I want to change. Instead of activating a separate worksheet
for each possible results from both lists, I want to have it activate a
master worksheet and have it point to a particular cell on that worksheet. I
wish to build tables on the worksheet, each table representing each different
possible results from both lists. Anyone have a solution?
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
Data Validation Window? Ken Excel Discussion (Misc queries) 1 January 11th 05 10:48 PM
Excel2K: Is it possible to use dynamic named ranges in custom data validation formula? Arvi Laanemets Excel Discussion (Misc queries) 0 December 2nd 04 11:29 AM
Data Validation Mike Excel Worksheet Functions 1 November 29th 04 07:01 PM
Data Validation Formula Help Steve H. Excel Worksheet Functions 2 November 11th 04 09:38 PM
data validation on sth else [email protected] Excel Worksheet Functions 1 November 3rd 04 01:52 PM


All times are GMT +1. The time now is 05:04 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"