![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Mar 2002
Location: Tennessee
Posts: 25
|
Hi All:
This shouldn't be this hard to figure out (I must be having a bad hair day). How do I use a combo box, on a user form, to display a range of cells from a work sheet named "Lists" with a range of A2 to the last cell with a value? It seems that no matter what I try I can't make the combo box list the data I need. Thanks Dave |
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,319
|
Quote:
|
|
|
|
|
|
|
#3 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Newcastle, UK
Posts: 1,174
|
Quote:
Goto Insert>Name>Define Type something like D_List in the Refers to box type: =OFFSET(Lists!$A$2,0,0,COUNTA(Lists!$A:$A)-1) in the Visual Basic Editor bring up the Properties box Highlight the Combobox In the RowSource in the proporties and type =D_List
__________________
"Have a good time......all the time" Ian Mac |
|
|
|
|
|
|
#4 |
|
New Member
Join Date: Mar 2002
Location: Tennessee
Posts: 25
|
Hi:
Thanks for the input! Works the way it should now.....Talk about making a guy feel stupid... Thanks Dave |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|