Drop Dow list

W

WhatUp

Is there a way to create a drop down list or a selection box that
would have the user choose whice option they want. like in this case
for the yes, no

Operator = MsgBox(Prompt:="Enter EFH, ESMH or ERT", _
Buttons:=vbYesNoCancel, Title:="Operator")


If iOperator = vbYes Then


Operators = InputBox(Prompt:="Enter EFH, ESMH or ERT", _
Title:="OPERATOR", Default:="Enter EFH, ESMH or ERT")
MsgBox ("here is your request: " & Operators)

The list would be populated for my pre set options then when they
select the one they want in is passed to a variable.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top