![]() |
Easy question (Combo Box)
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 |
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 |
All times are GMT +1. The time now is 12:37 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com