+ Reply to Thread
Results 1 to 3 of 3

Dynamic Combo Box: Form control vs active X

  1. #1
    Forum Contributor
    Join Date
    05-26-2004
    Location
    Halifax, UK
    MS-Off Ver
    Office 365 v2402
    Posts
    263

    Dynamic Combo Box: Form control vs active X

    I've been asked to help with a combo box problem a co-worker is having. He has 2 combo boxes and he wants the options in the second one to be determined by the selection in the first. There is a list of 150 possible things he wants to show in the second but depending on what is selected in the first only 10-15 specific ones need to be in the second box at any one moment in time.

    I am okay with VBA so if it was me I would use the ActiveX combo box and populate the second one on the fly using a bit of code. However my co-worker has no knowledge of VBA and was asking if I know of a way to do it using the "simpler" Form controls and building a dynamic list somehow. To be honest I don't know if this is possible...using a formula maybe?

    If anyone knows how this could be done using the Form control combo box only then that would be great. :-)

    Regards
    Rob

  2. #2
    Forum Expert romperstomper's Avatar
    Join Date
    08-13-2008
    Location
    England
    MS-Off Ver
    365, varying versions/builds
    Posts
    21,976

    Re: Dynamic Combo Box: Form control vs active X

    I don't believe it can be done without code.
    Everyone who confuses correlation and causation ends up dead.

  3. #3
    Forum Guru Kyle123's Avatar
    Join Date
    03-10-2010
    Location
    Leeds
    MS-Off Ver
    365 Win 11
    Posts
    7,239

    Re: Dynamic Combo Box: Form control vs active X

    You can do it with forms controls and VBA, unless you really need to, you're better off avoiding ActiveX controls on the worksheet. Depending on what filters the list (and assuming you don't need to type into the box - that a dropdown is fine) then it may be possible without code

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Form control combo box
    By copernicus in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-28-2017, 06:31 AM
  2. [SOLVED] Run private sub assigned to Active X Control with a Form Control Button
    By luv2glyd in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-24-2017, 11:38 PM
  3. How to add currency Combo Box form control
    By blackcode82 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-18-2016, 09:02 AM
  4. how to add a Dropdown list in combo box (Active x control)
    By kasun in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 12-16-2014, 04:47 AM
  5. Code works with Combo Box-Form Control, but not with Combo box - ActiveX Control
    By nangys in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-01-2014, 08:51 AM
  6. [SOLVED] VBA Code to have a repeating form control /Active X control (List box) in every row
    By Ehezve in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-28-2013, 08:55 PM
  7. [SOLVED] dynamic control combo box
    By AnnaP in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-12-2005, 07:50 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1