#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
nicolebelle
 
Posts: n/a
Default Validation Help


Hi Everybody--i have a 50 +/- tabbed worksheet, I need each worksheet to
have the same headings (there are about 10 headings) underneath each
heading i have my drop down list (validations) that people need to
choose from. i need to format my whole gigantic worksheet like this,
but right now am only doing it 1 at a time (which is taking
forever!!! ) Does anybody know how to do this?? this is my first
time and there has got to be an easier way...any help would be greatly
appreciated!! thanks!


--
nicolebelle
------------------------------------------------------------------------
nicolebelle's Profile: http://www.excelforum.com/member.php...o&userid=28847
View this thread: http://www.excelforum.com/showthread...hreadid=485968

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Anne Troy
 
Posts: n/a
Default Validation Help

First, can't you create a sheet and copy it?
If not...
Second, can't you copy the rows?
:)
************
Anne Troy
VBA Project Manager
www.OfficeArticles.com

"nicolebelle"
wrote in message
...

Hi Everybody--i have a 50 +/- tabbed worksheet, I need each worksheet to
have the same headings (there are about 10 headings) underneath each
heading i have my drop down list (validations) that people need to
choose from. i need to format my whole gigantic worksheet like this,
but right now am only doing it 1 at a time (which is taking
forever!!! ) Does anybody know how to do this?? this is my first
time and there has got to be an easier way...any help would be greatly
appreciated!! thanks!


--
nicolebelle
------------------------------------------------------------------------
nicolebelle's Profile:
http://www.excelforum.com/member.php...o&userid=28847
View this thread: http://www.excelforum.com/showthread...hreadid=485968



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom
 
Posts: n/a
Default Validation Help

If you select all sheets all the things you do in one sheet will be done in
all the sheets, don't forget to ungroup the sheets when you are done


--

Regards,

Peo Sjoblom

"nicolebelle"
wrote in message
...

Hi Everybody--i have a 50 +/- tabbed worksheet, I need each worksheet to
have the same headings (there are about 10 headings) underneath each
heading i have my drop down list (validations) that people need to
choose from. i need to format my whole gigantic worksheet like this,
but right now am only doing it 1 at a time (which is taking
forever!!! ) Does anybody know how to do this?? this is my first
time and there has got to be an easier way...any help would be greatly
appreciated!! thanks!


--
nicolebelle
------------------------------------------------------------------------
nicolebelle's Profile:

http://www.excelforum.com/member.php...o&userid=28847
View this thread: http://www.excelforum.com/showthread...hreadid=485968



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Anne Troy
 
Posts: n/a
Default Validation Help

Duh. Leave it to me to forget the obvious. :)
************
Anne Troy
VBA Project Manager
www.OfficeArticles.com

"Peo Sjoblom" wrote in message
...
If you select all sheets all the things you do in one sheet will be done
in
all the sheets, don't forget to ungroup the sheets when you are done


--

Regards,

Peo Sjoblom

"nicolebelle"
wrote in message
...

Hi Everybody--i have a 50 +/- tabbed worksheet, I need each worksheet to
have the same headings (there are about 10 headings) underneath each
heading i have my drop down list (validations) that people need to
choose from. i need to format my whole gigantic worksheet like this,
but right now am only doing it 1 at a time (which is taking
forever!!! ) Does anybody know how to do this?? this is my first
time and there has got to be an easier way...any help would be greatly
appreciated!! thanks!


--
nicolebelle
------------------------------------------------------------------------
nicolebelle's Profile:

http://www.excelforum.com/member.php...o&userid=28847
View this thread:
http://www.excelforum.com/showthread...hreadid=485968





  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Roger Govier
 
Posts: n/a
Default Validation Help

Hi Nicole

Click on the first worksheet tab, hold down shift button and click on the
last worksheet tab. This will Group them and it will say Grouped at the top
of the screen.

Now, anything you do to any sheet, will be replicated across all others.
When you have finished, click on any single tab to Ungroup them.

Regards

Roger Govier


nicolebelle wrote:
Hi Everybody--i have a 50 +/- tabbed worksheet, I need each worksheet to
have the same headings (there are about 10 headings) underneath each
heading i have my drop down list (validations) that people need to
choose from. i need to format my whole gigantic worksheet like this,
but right now am only doing it 1 at a time (which is taking
forever!!! ) Does anybody know how to do this?? this is my first
time and there has got to be an easier way...any help would be greatly
appreciated!! thanks!




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
nicolebelle
 
Posts: n/a
Default Validation Help


Thank you all so much for the quick responses! I tried highlighting all
the tabs, and when i do that I am unable to choose validation of the
data pull down menu. I have tried also to copy the validation from one
worksheet to another and when i do that, i get a pull down menu but the
list is not there and there is some sort of error. ??? What am I doing
wrong???


--
nicolebelle
------------------------------------------------------------------------
nicolebelle's Profile: http://www.excelforum.com/member.php...o&userid=28847
View this thread: http://www.excelforum.com/showthread...hreadid=485968

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Debra Dalgleish
 
Posts: n/a
Default Validation Help

What is the source for the validation list? Maybe you could use a named
range, as described he

http://www.contextures.com/xlDataVal01.html

nicolebelle wrote:
Thank you all so much for the quick responses! I tried highlighting all
the tabs, and when i do that I am unable to choose validation of the
data pull down menu. I have tried also to copy the validation from one
worksheet to another and when i do that, i get a pull down menu but the
list is not there and there is some sort of error. ??? What am I doing
wrong???




--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html

  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gord Dibben
 
Posts: n/a
Default Validation Help

nicole

You cannot group sheets and create a DV drop-down as you have found out.

On sheet1 if you type the list into the dialog box(comma de-limited) you can
copy to all the other sheets.

OR

If you have a named range for the list and use that named range in the list
dialog........ =TheList

You can copy the DV to all the other sheets.

In either case copy the DV cell from first sheet.

Select sheet2 then SHIFT + Select last sheet and Paste SpecialAllOKEsc.


Gord Dibben Excel MVP

On Thu, 17 Nov 2005 12:47:40 -0600, nicolebelle
wrote:


Thank you all so much for the quick responses! I tried highlighting all
the tabs, and when i do that I am unable to choose validation of the
data pull down menu. I have tried also to copy the validation from one
worksheet to another and when i do that, i get a pull down menu but the
list is not there and there is some sort of error. ??? What am I doing
wrong???


  #9   Report Post  
Posted to microsoft.public.excel.worksheet.functions
nicolebelle
 
Posts: n/a
Default Validation Help


:) Great!! that helped me so much...thank you guys...my gigantic matrix
is really coming along now...but i have another question...how can I
protect my workbook so that my formatting and printsettings can't be
changed by others, I would like to limit those using the workbook to
only the drop down lists...is this possible? Thanks
again!!!


--
nicolebelle
------------------------------------------------------------------------
nicolebelle's Profile: http://www.excelforum.com/member.php...o&userid=28847
View this thread: http://www.excelforum.com/showthread...hreadid=485968

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
TWO QUESTIONS: Validation & Spacing...PLEASE HELP Polina Excel Discussion (Misc queries) 3 July 29th 05 02:36 AM
data validation lists [email protected] Excel Discussion (Misc queries) 5 June 25th 05 07:44 PM
named range, data validation: list non-selected items, and new added items KR Excel Discussion (Misc queries) 1 June 24th 05 05:21 AM
Validation Box all in same places kayabob Excel Discussion (Misc queries) 2 June 15th 05 03:27 PM
Data Validation Window? Ken Excel Discussion (Misc queries) 1 January 11th 05 10:48 PM


All times are GMT +1. The time now is 09:44 PM.

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"