Combobox coding

goncalo

Member
Local time
Today, 08:36
Joined
May 23, 2023
Messages
51
Hello everyone,i am new in vba and i would really appreciate some help when it comes to comboboxes.
i've been able to code multiple comboboxes into the sheet but i want some of them to only be active after the user has selected items in the first 2 comboboxes
what im trying to say is that i want combobox3 only to become available to be selected AFTER i've selected items in combobox1 and in combobox2 .
I've been trying to achieve this for hours but no luck,does anyone know how i can go around and try to achieve this?
Any kind of help would be appreciated,thank you
 
You mention 'sheet'
Are we talking Excel here?
 
Hi. Welcome to AWF!

I am also wondering if you're referring to using comboboxes in Excel or Access.
 
If this is Access and a Continuous form this can be very challenging. Far easier in single form view.
 
Well I would expect the logic to be the same as per Access?

However, my first point of call is always a search, as someone else must have wanted to do the same? :)

 
Last edited:
In access youcan handle your requirement but according to this link, not possible in excel, but suggests an alternative

edit: maybe you can create the 3rd combo dynamically when required
 
Last edited:
@goncalo Welcome. This is a mostly Access forum although we have a lot of people who can also answer Excel questions. To avoid confusion, please ask Excel questions in the Excel section.
 

Users who are viewing this thread

Back
Top Bottom