hi there,
its my first time to venture into userforms and dropdown list. I have searched the web, I would like to further ask a few questions
thank you in advance!
its my first time to venture into userforms and dropdown list. I have searched the web, I would like to further ask a few questions
- To create a Yes/No dropdown(or any other dropdown), i use data validation in excel?
- Say i have a few Dropdownlist in "sheet1", how do i set my dropdown in vba coding? ie Set DP1 = "dropdown list in cell D2"
- How do i extract the selected value in the drop down to use in vba coding?
In above case, I will need to let excel vba know if user select "yes" then 'action'
thank you in advance!