Hello Ed,
According to the description, you are look for a TextBox control to which a
dropdownlist is attached. Users can either input texts directly into the
textbox, or select a value from the dropdownlist. Am I right?
In UserForm, I think the control "ComboBox" will fit your request. Please
open you VBE in Excel (Alt+F11), right click the VBA
project->Insert->UserForm, then drag a ComboBox from the Toolbox to the
form.
Here is a more detailed list of how to use userforms in VBA for Excel:
http://www.excel-vba.com/vba-23-excel-userforms-creating-coding.htm
If you have any other concern or need anything else, please feel free to
let me know.
Regards,
Jialiang Ge (
[email protected], remove 'online.')
Microsoft Online Community Support
=================================================
When responding to posts, please "Reply to Group" via your newsreader
so that others may learn and benefit from your issue.
=================================================
This posting is provided "AS IS" with no warranties, and confers no rights.