Notifications
Clear all
VBA & Macros
3
Posts
2
Users
0
Reactions
59
Views
Topic starter
Hi all,
I have two combobox created in the userform.
My case is, if combobox9 select item "Release", hence combobox8 will only display list of item related to "Release".
Is that possible ? Refer to attached file for review my coding.
Thanks.
Posted : 22/09/2018 2:13 am
Hi Mariya
Give this a try.
I have added a Combobox9_Change() event that will then fill Combobox8 with the required data.
I have disabled your Combobox8_Change() event as it is redundant due to the above.
Good luck.
Sunny
Posted : 22/09/2018 11:15 am
Topic starter
Hi Sunny,
You're superb ! It's works ! Thank you (:
Posted : 22/09/2018 8:31 pm