redneck345
New Member
- Joined
- Jul 16, 2011
- Messages
- 11
I don't have any code experience. So I will attempt to explain as best I can.
I have a Combobox named "Combobox54" in a Excel 2003 Workbook on a worksheet named "Quote Worksheet".
I am trying to provide a ListFillRange (for Combobox54) which will have two possible Named Range Values RTFCLADRW or SIGDRW.
On another sheet (Sheet name = "Menu") I have a Named Range DRWBOXMENU that provides a value of either "1" or "0".
So if DRWBOXMENU equals 1, I want the ListFillRange value in Combobox54 to be SIGDRW otherwise (if the value is 0) I want the ListFillRange value to be RTFCLADRW.
I have tried this via formula in a cell on the menu sheet (to avoid programming) and I keep getting the #value error. I think I am going to need code to assign the value of the ListFillRange.
I have scoured the board looking for an example of my issue but, even if I found a match, I could not begin to generate the proper code. What I have realized is.....you people are absolutely AMAZING!
Can anyone help me out with the Code to do this?
Also....What are "Tags" referenced below this box?
Thanks
I have a Combobox named "Combobox54" in a Excel 2003 Workbook on a worksheet named "Quote Worksheet".
I am trying to provide a ListFillRange (for Combobox54) which will have two possible Named Range Values RTFCLADRW or SIGDRW.
On another sheet (Sheet name = "Menu") I have a Named Range DRWBOXMENU that provides a value of either "1" or "0".
So if DRWBOXMENU equals 1, I want the ListFillRange value in Combobox54 to be SIGDRW otherwise (if the value is 0) I want the ListFillRange value to be RTFCLADRW.
I have tried this via formula in a cell on the menu sheet (to avoid programming) and I keep getting the #value error. I think I am going to need code to assign the value of the ListFillRange.
I have scoured the board looking for an example of my issue but, even if I found a match, I could not begin to generate the proper code. What I have realized is.....you people are absolutely AMAZING!
Can anyone help me out with the Code to do this?
Also....What are "Tags" referenced below this box?
Thanks