Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 51
Default drop down menu

I am trying to create a drop down list.
i have a spreadsheet with the list of the values i want in the drop down
menu in an other workbook
i have followed the instruction of:
http://office.microsoft.com/en-us/ex...022151033.aspx
but when i try to insert the drop down list i get an error msg.
in the final work book i went to Data/Validation, i have select List from
allow window but when i try to define the actual list i need from an another
workbook the message that appears is:
"you may not use references to other worksheets or workbooks for Data
Validation criteria"
what do i do wrong?
thanks in advance


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 791
Default drop down menu

Change the type of dropdown. Must likely you selected your
dropdown from the Forms Toolbar, You must now create your dropdown using the
Control Toolbox Toolbar(click on the View Option from your Main Menu to
select).
Once You insert your combobox(dropdown), right click on it and select
properties,
Click on the "Categorized" tab and under the Miscellaneous Category place
your data range cell reference on the ListFillRange (i.e. Sheet1!A1:A50)
This allows to use a different worksheet than the one currently in use.


--
If this posting was helpful, please click on the Yes button.
Regards,

Michael Arch.




"massi" wrote:

I am trying to create a drop down list.
i have a spreadsheet with the list of the values i want in the drop down
menu in an other workbook
i have followed the instruction of:
http://office.microsoft.com/en-us/ex...022151033.aspx
but when i try to insert the drop down list i get an error msg.
in the final work book i went to Data/Validation, i have select List from
allow window but when i try to define the actual list i need from an another
workbook the message that appears is:
"you may not use references to other worksheets or workbooks for Data
Validation criteria"
what do i do wrong?
thanks in advance


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 51
Default drop down menu

i'm lost...
the drop down list i used was from the main menu:
Data / Validation etc...

where do i get the view option from the main menu?



"Michael" wrote:

Change the type of dropdown. Must likely you selected your
dropdown from the Forms Toolbar, You must now create your dropdown using the
Control Toolbox Toolbar(click on the View Option from your Main Menu to
select).
Once You insert your combobox(dropdown), right click on it and select
properties,
Click on the "Categorized" tab and under the Miscellaneous Category place
your data range cell reference on the ListFillRange (i.e. Sheet1!A1:A50)
This allows to use a different worksheet than the one currently in use.


--
If this posting was helpful, please click on the Yes button.
Regards,

Michael Arch.




"massi" wrote:

I am trying to create a drop down list.
i have a spreadsheet with the list of the values i want in the drop down
menu in an other workbook
i have followed the instruction of:
http://office.microsoft.com/en-us/ex...022151033.aspx
but when i try to insert the drop down list i get an error msg.
in the final work book i went to Data/Validation, i have select List from
allow window but when i try to define the actual list i need from an another
workbook the message that appears is:
"you may not use references to other worksheets or workbooks for Data
Validation criteria"
what do i do wrong?
thanks in advance


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 791
Default drop down menu

I see. . .
Then what you have to do is:
From the Main Toolbar select Insert-Name-Define
Once you have the dialog box, Type any name on it like mylist or something
and then
on the refers to box click on the icon with the red arrow and go to the
sheet where your range is and highlight the range or simply type the
reference like so:

=Sheet2!$H$3:$H$8
Hit Ok
Now, when you do your data validation, on the settings tab select from the
Allow dropdown: List
and on the source type =mylist
Or whatever you name you range on the first step. That should do the trick.
If this posting was helpful, please click on the Yes button.
Regards,

Michael Arch.




"massi" wrote:

i'm lost...
the drop down list i used was from the main menu:
Data / Validation etc...

where do i get the view option from the main menu?



"Michael" wrote:

Change the type of dropdown. Must likely you selected your
dropdown from the Forms Toolbar, You must now create your dropdown using the
Control Toolbox Toolbar(click on the View Option from your Main Menu to
select).
Once You insert your combobox(dropdown), right click on it and select
properties,
Click on the "Categorized" tab and under the Miscellaneous Category place
your data range cell reference on the ListFillRange (i.e. Sheet1!A1:A50)
This allows to use a different worksheet than the one currently in use.


--
If this posting was helpful, please click on the Yes button.
Regards,

Michael Arch.




"massi" wrote:

I am trying to create a drop down list.
i have a spreadsheet with the list of the values i want in the drop down
menu in an other workbook
i have followed the instruction of:
http://office.microsoft.com/en-us/ex...022151033.aspx
but when i try to insert the drop down list i get an error msg.
in the final work book i went to Data/Validation, i have select List from
allow window but when i try to define the actual list i need from an another
workbook the message that appears is:
"you may not use references to other worksheets or workbooks for Data
Validation criteria"
what do i do wrong?
thanks in advance


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 51
Default drop down menu

it's the second step that i cannot do. i could define the list but it's the
validation that gives me troubles.
how do i have to do? so far i did from the main menu but i guess it's not
there...
thanx


I see. . .
Then what you have to do is:
From the Main Toolbar select Insert-Name-Define
Once you have the dialog box, Type any name on it like mylist or something
and then
on the refers to box click on the icon with the red arrow and go to the
sheet where your range is and highlight the range or simply type the
reference like so:

=Sheet2!$H$3:$H$8
Hit Ok
Now, when you do your data validation, on the settings tab select from the
Allow dropdown: List
and on the source type =mylist
Or whatever you name you range on the first step. That should do the trick.
If this posting was helpful, please click on the Yes button.
Regards,

Michael Arch.





"Michael" wrote:

Change the type of dropdown. Must likely you selected your
dropdown from the Forms Toolbar, You must now create your dropdown using the
Control Toolbox Toolbar(click on the View Option from your Main Menu to
select).
Once You insert your combobox(dropdown), right click on it and select
properties,
Click on the "Categorized" tab and under the Miscellaneous Category place
your data range cell reference on the ListFillRange (i.e. Sheet1!A1:A50)
This allows to use a different worksheet than the one currently in use.


--
If this posting was helpful, please click on the Yes button.
Regards,

Michael Arch.




"massi" wrote:

I am trying to create a drop down list.
i have a spreadsheet with the list of the values i want in the drop down
menu in an other workbook
i have followed the instruction of:
http://office.microsoft.com/en-us/ex...022151033.aspx
but when i try to insert the drop down list i get an error msg.
in the final work book i went to Data/Validation, i have select List from
allow window but when i try to define the actual list i need from an another
workbook the message that appears is:
"you may not use references to other worksheets or workbooks for Data
Validation criteria"
what do i do wrong?
thanks in advance




  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 791
Default drop down menu

Please explain the process you are following, there must be something I am
missing, because the Defining of the name range and the applying of it your
validation should work.
--
If this posting was helpful, please click on the Yes button.
Regards,

Michael Arch.




"massi" wrote:

it's the second step that i cannot do. i could define the list but it's the
validation that gives me troubles.
how do i have to do? so far i did from the main menu but i guess it's not
there...
thanx


I see. . .
Then what you have to do is:
From the Main Toolbar select Insert-Name-Define
Once you have the dialog box, Type any name on it like mylist or something
and then
on the refers to box click on the icon with the red arrow and go to the
sheet where your range is and highlight the range or simply type the
reference like so:

=Sheet2!$H$3:$H$8
Hit Ok
Now, when you do your data validation, on the settings tab select from the
Allow dropdown: List
and on the source type =mylist
Or whatever you name you range on the first step. That should do the trick.
If this posting was helpful, please click on the Yes button.
Regards,

Michael Arch.





"Michael" wrote:

Change the type of dropdown. Must likely you selected your
dropdown from the Forms Toolbar, You must now create your dropdown using the
Control Toolbox Toolbar(click on the View Option from your Main Menu to
select).
Once You insert your combobox(dropdown), right click on it and select
properties,
Click on the "Categorized" tab and under the Miscellaneous Category place
your data range cell reference on the ListFillRange (i.e. Sheet1!A1:A50)
This allows to use a different worksheet than the one currently in use.


--
If this posting was helpful, please click on the Yes button.
Regards,

Michael Arch.




"massi" wrote:

I am trying to create a drop down list.
i have a spreadsheet with the list of the values i want in the drop down
menu in an other workbook
i have followed the instruction of:
http://office.microsoft.com/en-us/ex...022151033.aspx
but when i try to insert the drop down list i get an error msg.
in the final work book i went to Data/Validation, i have select List from
allow window but when i try to define the actual list i need from an another
workbook the message that appears is:
"you may not use references to other worksheets or workbooks for Data
Validation criteria"
what do i do wrong?
thanks in advance


  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 791
Default drop down menu

From the MainToolbar select:

Data-Validation
From the Settings tab Click on the Allow dropdown and select List
On the Source box type
=thenameyoudefined
Dontforget the equal

--
If this posting was helpful, please click on the Yes button.
Regards,

Michael Arch.




"massi" wrote:

it's the second step that i cannot do. i could define the list but it's the
validation that gives me troubles.
how do i have to do? so far i did from the main menu but i guess it's not
there...
thanx


I see. . .
Then what you have to do is:
From the Main Toolbar select Insert-Name-Define
Once you have the dialog box, Type any name on it like mylist or something
and then
on the refers to box click on the icon with the red arrow and go to the
sheet where your range is and highlight the range or simply type the
reference like so:

=Sheet2!$H$3:$H$8
Hit Ok
Now, when you do your data validation, on the settings tab select from the
Allow dropdown: List
and on the source type =mylist
Or whatever you name you range on the first step. That should do the trick.
If this posting was helpful, please click on the Yes button.
Regards,

Michael Arch.





"Michael" wrote:

Change the type of dropdown. Must likely you selected your
dropdown from the Forms Toolbar, You must now create your dropdown using the
Control Toolbox Toolbar(click on the View Option from your Main Menu to
select).
Once You insert your combobox(dropdown), right click on it and select
properties,
Click on the "Categorized" tab and under the Miscellaneous Category place
your data range cell reference on the ListFillRange (i.e. Sheet1!A1:A50)
This allows to use a different worksheet than the one currently in use.


--
If this posting was helpful, please click on the Yes button.
Regards,

Michael Arch.




"massi" wrote:

I am trying to create a drop down list.
i have a spreadsheet with the list of the values i want in the drop down
menu in an other workbook
i have followed the instruction of:
http://office.microsoft.com/en-us/ex...022151033.aspx
but when i try to insert the drop down list i get an error msg.
in the final work book i went to Data/Validation, i have select List from
allow window but when i try to define the actual list i need from an another
workbook the message that appears is:
"you may not use references to other worksheets or workbooks for Data
Validation criteria"
what do i do wrong?
thanks in advance


  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 51
Default drop down menu

i have done that already but it doesn't work.
i use excel 2003 is this the reason?
i get the message that the source currently evaluates to an error. (which is
already an improvement because before it wasn't allowing me to refer to
MyList...)


"Michael" wrote:

From the MainToolbar select:

Data-Validation
From the Settings tab Click on the Allow dropdown and select List
On the Source box type
=thenameyoudefined
Dontforget the equal

--
If this posting was helpful, please click on the Yes button.
Regards,

Michael Arch.




"massi" wrote:

it's the second step that i cannot do. i could define the list but it's the
validation that gives me troubles.
how do i have to do? so far i did from the main menu but i guess it's not
there...
thanx


I see. . .
Then what you have to do is:
From the Main Toolbar select Insert-Name-Define
Once you have the dialog box, Type any name on it like mylist or something
and then
on the refers to box click on the icon with the red arrow and go to the
sheet where your range is and highlight the range or simply type the
reference like so:

=Sheet2!$H$3:$H$8
Hit Ok
Now, when you do your data validation, on the settings tab select from the
Allow dropdown: List
and on the source type =mylist
Or whatever you name you range on the first step. That should do the trick.
If this posting was helpful, please click on the Yes button.
Regards,

Michael Arch.





"Michael" wrote:

Change the type of dropdown. Must likely you selected your
dropdown from the Forms Toolbar, You must now create your dropdown using the
Control Toolbox Toolbar(click on the View Option from your Main Menu to
select).
Once You insert your combobox(dropdown), right click on it and select
properties,
Click on the "Categorized" tab and under the Miscellaneous Category place
your data range cell reference on the ListFillRange (i.e. Sheet1!A1:A50)
This allows to use a different worksheet than the one currently in use.


--
If this posting was helpful, please click on the Yes button.
Regards,

Michael Arch.




"massi" wrote:

I am trying to create a drop down list.
i have a spreadsheet with the list of the values i want in the drop down
menu in an other workbook
i have followed the instruction of:
http://office.microsoft.com/en-us/ex...022151033.aspx
but when i try to insert the drop down list i get an error msg.
in the final work book i went to Data/Validation, i have select List from
allow window but when i try to define the actual list i need from an another
workbook the message that appears is:
"you may not use references to other worksheets or workbooks for Data
Validation criteria"
what do i do wrong?
thanks in advance


  #9   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 51
Default drop down menu

Hi Michael,
at the end i manage to fix the thing.
i have managed to set up the list in an other sheet of the same work book
which takes the values via link to the other workbook. at the end the result
is ok. i don't know why at first excel didn't let me set up the list in a
different sheet...
anyway, thanks for your help.
Rgds
Massimo




"Michael" wrote:

From the MainToolbar select:

Data-Validation
From the Settings tab Click on the Allow dropdown and select List
On the Source box type
=thenameyoudefined
Dontforget the equal

--
If this posting was helpful, please click on the Yes button.
Regards,

Michael Arch.




"massi" wrote:

it's the second step that i cannot do. i could define the list but it's the
validation that gives me troubles.
how do i have to do? so far i did from the main menu but i guess it's not
there...
thanx


I see. . .
Then what you have to do is:
From the Main Toolbar select Insert-Name-Define
Once you have the dialog box, Type any name on it like mylist or something
and then
on the refers to box click on the icon with the red arrow and go to the
sheet where your range is and highlight the range or simply type the
reference like so:

=Sheet2!$H$3:$H$8
Hit Ok
Now, when you do your data validation, on the settings tab select from the
Allow dropdown: List
and on the source type =mylist
Or whatever you name you range on the first step. That should do the trick.
If this posting was helpful, please click on the Yes button.
Regards,

Michael Arch.





"Michael" wrote:

Change the type of dropdown. Must likely you selected your
dropdown from the Forms Toolbar, You must now create your dropdown using the
Control Toolbox Toolbar(click on the View Option from your Main Menu to
select).
Once You insert your combobox(dropdown), right click on it and select
properties,
Click on the "Categorized" tab and under the Miscellaneous Category place
your data range cell reference on the ListFillRange (i.e. Sheet1!A1:A50)
This allows to use a different worksheet than the one currently in use.


--
If this posting was helpful, please click on the Yes button.
Regards,

Michael Arch.




"massi" wrote:

I am trying to create a drop down list.
i have a spreadsheet with the list of the values i want in the drop down
menu in an other workbook
i have followed the instruction of:
http://office.microsoft.com/en-us/ex...022151033.aspx
but when i try to insert the drop down list i get an error msg.
in the final work book i went to Data/Validation, i have select List from
allow window but when i try to define the actual list i need from an another
workbook the message that appears is:
"you may not use references to other worksheets or workbooks for Data
Validation criteria"
what do i do wrong?
thanks in advance


  #10   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 791
Default drop down menu

I think I missed the fact that it was in a different workbook, I thought it
was only on a different worksheet, but yes your approach should be the answer.
I'm glad I was able to point you in the right direction.
--
If this posting was helpful, please click on the Yes button.
Regards,

Michael Arch.




"massi" wrote:

Hi Michael,
at the end i manage to fix the thing.
i have managed to set up the list in an other sheet of the same work book
which takes the values via link to the other workbook. at the end the result
is ok. i don't know why at first excel didn't let me set up the list in a
different sheet...
anyway, thanks for your help.
Rgds
Massimo




"Michael" wrote:

From the MainToolbar select:

Data-Validation
From the Settings tab Click on the Allow dropdown and select List
On the Source box type
=thenameyoudefined
Dontforget the equal

--
If this posting was helpful, please click on the Yes button.
Regards,

Michael Arch.




"massi" wrote:

it's the second step that i cannot do. i could define the list but it's the
validation that gives me troubles.
how do i have to do? so far i did from the main menu but i guess it's not
there...
thanx


I see. . .
Then what you have to do is:
From the Main Toolbar select Insert-Name-Define
Once you have the dialog box, Type any name on it like mylist or something
and then
on the refers to box click on the icon with the red arrow and go to the
sheet where your range is and highlight the range or simply type the
reference like so:

=Sheet2!$H$3:$H$8
Hit Ok
Now, when you do your data validation, on the settings tab select from the
Allow dropdown: List
and on the source type =mylist
Or whatever you name you range on the first step. That should do the trick.
If this posting was helpful, please click on the Yes button.
Regards,

Michael Arch.





"Michael" wrote:

Change the type of dropdown. Must likely you selected your
dropdown from the Forms Toolbar, You must now create your dropdown using the
Control Toolbox Toolbar(click on the View Option from your Main Menu to
select).
Once You insert your combobox(dropdown), right click on it and select
properties,
Click on the "Categorized" tab and under the Miscellaneous Category place
your data range cell reference on the ListFillRange (i.e. Sheet1!A1:A50)
This allows to use a different worksheet than the one currently in use.


--
If this posting was helpful, please click on the Yes button.
Regards,

Michael Arch.




"massi" wrote:

I am trying to create a drop down list.
i have a spreadsheet with the list of the values i want in the drop down
menu in an other workbook
i have followed the instruction of:
http://office.microsoft.com/en-us/ex...022151033.aspx
but when i try to insert the drop down list i get an error msg.
in the final work book i went to Data/Validation, i have select List from
allow window but when i try to define the actual list i need from an another
workbook the message that appears is:
"you may not use references to other worksheets or workbooks for Data
Validation criteria"
what do i do wrong?
thanks in advance




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
Drop dwn menu. Formula to count selection frm menu in anoth cell? ggoldber Excel Worksheet Functions 1 June 4th 08 02:21 PM
filter dropdown menu so 2nd drop menu is customized menugal Excel Worksheet Functions 1 September 4th 07 05:25 PM
Drop-down menu referencing another drop-down menu? Tushar Mehta Excel Programming 0 January 13th 07 12:38 PM
Drop-down menu referencing another drop-down menu? Debra Dalgleish Excel Programming 0 January 12th 07 07:03 PM
Cross-referenced drop-down menu (nested drop-downs?) creativeops Excel Worksheet Functions 4 November 22nd 05 05:41 PM


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