LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Multiple Column ComboBox using Additem

I all, I'm programming on a Mac, (Office X) and Everything was going
great until I ran into a little problem. Mac doesn't support the
RowSource property, so I must add Item. I've had sucess using a
combobox in a single column application, but not in multiple.

I have a sheet (codes) that contains 2 columns and (currently) 49
rows. The "A" column is the 2 didgit code and the "B" is the long
description. Upon change of the combobox, we fill in a textbox with
the code.

I can't get the combobox to fill to columns.

The code I have now:

For Each cell In Worksheets("Codes").[A2:A49]
ComboBox1.AddItem cell.Text
Next

As I said this works for single column but I need 2. Any help would be
greatly appriciated.
 
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
ComboBox AddItem code to reference cells in a Range HBC_MT Excel Discussion (Misc queries) 0 February 26th 09 04:05 PM
.AddItem list and populating combobox with created list pallaver Excel Discussion (Misc queries) 8 June 27th 08 12:36 PM
additem to combobox with an array jocke Excel Discussion (Misc queries) 2 September 29th 05 07:56 PM
Help with: ListBox1.AddItem (ws.Name) Ron de Bruin Excel Worksheet Functions 0 May 18th 05 07:02 PM
additem to listbox built on the fly Tom Ogilvy Excel Programming 1 July 23rd 03 04:25 PM


All times are GMT +1. The time now is 01:40 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"