LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Linking multiple combo boxes

Subs,
I guess you need the item selected in ComboBox1 to be added to the list of
ComboBox2???
But do you want the list in combobox2 to grow with each selection of
combobox1????
In that case the he syntax would be something like this-

Private Sub ComboBox1_Change()
ComboBox2.AddItem ComboBox1.Value 'Or ComboBox1.Text
End Sub

We really need more information here.



"Subs" wrote:

Hi All

Does anyone know where I can get the code to link several combo boxes .
so if the user selects the first box it will populate the second box with
specific values and if the user selects the second box it will populate the
third box with specific values.

any help will be greatly appreciated

Regards
Subs





 
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
multiple combo boxes jeff Excel Discussion (Misc queries) 2 December 16th 08 05:02 PM
Linking Combo Boxes (Please Help) Mika Excel Worksheet Functions 0 January 8th 07 07:05 PM
multiple combo boxes LilyDog7 Excel Discussion (Misc queries) 4 October 17th 05 10:22 PM
Linking Combo Boxes dogo Excel Programming 3 September 30th 04 11:59 PM
excel 97: linking 2 combo boxes JMCN Excel Programming 1 October 22nd 03 11:05 PM


All times are GMT +1. The time now is 02:06 PM.

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"