Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I have a worksheet that lists a number of categories to populate a comobobox Code: -------------------- category.List = Worksheets("category").Range("A2:A10").Value -------------------- This works great, however I want to be able to vary the number of rows listed here and have the combobox display the rows dynamicly. I searched through the forums and found a post that looked like the answer. Code: -------------------- catRange = OFFSET(category!$A$1,0,0,COUNTA(category!$A:$A,1)) -------------------- Unfortunatley I get a compile error "Invalid character" at the first *$* What does this mean? Am I on the right track? I'm using Office 97 if that makes a difference. -- john_t_h ------------------------------------------------------------------------ john_t_h's Profile: http://www.excelforum.com/member.php...fo&userid=4826 View this thread: http://www.excelforum.com/showthread...hreadid=461416 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can a Combobox in a Userform access multiple dynamic tables | Excel Discussion (Misc queries) | |||
How Do I Load a ComboBox From a Dynamic Range | Excel Discussion (Misc queries) | |||
Combobox with a dynamic list | Excel Programming | |||
Dynamic ComboBox | Excel Programming | |||
Dynamic update on ComboBox | Excel Programming |