View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
pswanie pswanie is offline
external usenet poster
 
Posts: 247
Default combobox dropdown

huh....? i lost u somewhere.. u need the what?

in column c down i got the following but user has the option to add and i
need that in cluded then

George
George Mall
Knysna

"FSt1" wrote:

hi
the rowsource property requires a range or cell address. what is the range
value of
Range("c2:c65536").End(xlUp).Value?

regards
FSt1

"pswanie" wrote:

cant get this figured out...

dont get this to work

Private Sub ComboBox1_DropButtonClick()
ComboBox1.RowSource = Range("c2:c65536").End(xlUp).Value


End Sub