View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Easy question (Combo Box)

For a combobox on a Userform:

Combobox1.rowSource = "Sheet1:E1:J11"
Combobox1.ColumnCount = 6

--
Regards,
Tom Ogilvy

"jungleman" wrote in message
...
I'm sure this is an easy coding question; I just don't know it. I know how

to
add a simple column to a Combo Box. Say if I wanted to add columns E1
through J1 all the way down to E11 through J11. How do I input that?

Thanks,
Eric