It has be a long time since I've done VB, and I have never done VBA so I'm pretty much just fumbling blindly until I get the code to work.
I know how to use the InputBox() and PasswordBox() for single strings/entries.
What I would like to know if if there is a way to have a popup of selections that will pop up automatically.
Example:
Input box for the user's ID
PasswordBox for the password
List Box displaying a selection of systems to log into
For the list box I would prefer radio buttons or a drop down menu of some sort and it would save the selection in a variable. Thus stopping the user from having to type almost anything except for the Operator ID they need to access.
Anyone know how to do this?