Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.programming
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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Easy question Excel Wired Excel Discussion (Misc queries) 2 July 29th 09 04:53 PM
new user with easy question? not easy for me speakeztruth New Users to Excel 5 June 3rd 05 09:40 PM
Probably the most easy question here... JasonS[_2_] Excel Programming 1 October 8th 04 12:08 AM
easy combo box issue jasonsweeney[_35_] Excel Programming 1 January 30th 04 08:24 PM
easy combo box question jhloney Excel Programming 2 November 26th 03 01:22 AM


All times are GMT +1. The time now is 10:02 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"