Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Easy question | Excel Discussion (Misc queries) | |||
new user with easy question? not easy for me | New Users to Excel | |||
Probably the most easy question here... | Excel Programming | |||
easy combo box issue | Excel Programming | |||
easy combo box question | Excel Programming |