Link to home
Create AccountLog in
Avatar of Tocogroup
TocogroupFlag for United Kingdom of Great Britain and Northern Ireland

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
ASKER CERTIFIED SOLUTION
Avatar of Phillip Burton
Phillip Burton

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of Tocogroup

ASKER

Ah, ok thanks. I thought I might be able to get away with a simple InputBox.
Thanks for the advice
Toco