Tocogroup
asked on
How do I display a drop-down list within my Excel VBA InputBox ?
Hi Experts,
I have an Excel VBA application which, on the click of a button, displays an InputBox with associated text label and user prompt. I want the InputBox to display as a dropdown list from which the user can select an option.
How can I do this in my VBA code ?
Thanks
Toco
I have an Excel VBA application which, on the click of a button, displays an InputBox with associated text label and user prompt. I want the InputBox to display as a dropdown list from which the user can select an option.
How can I do this in my VBA code ?
Thanks
Toco
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
Thanks for the advice
Toco