Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Manually enter values into Excel Combobox

Status
Not open for further replies.

skipjakk

Technical User
Feb 25, 2002
18
US
Just want to make a simple combobox with a few pulldowns, which will never change, is there anyway to just manually type in the values somewhere in the combobox properties? I'm trying to avoid VBA, and setting up a list somehwere else in Excel....

Thnks.
 
You could use validation (under the data menu) rather than a combobox - with this you can type in the values you want to be listed, or link it to a part of the worksheet.

Fen
 



"I'm trying to avoid ... setting up a list somehwere else in Excel...."


Why would you avoid the SIMPLEST and EASIEST way to modify a Combobox list?

Skip,
[sub]
[glasses]Just traded in my old subtlety...
for a NUANCE![tongue][/sub]
 
People tend to overwrite the values, I would rather just type in the values within the combobox properties, that way they don't get changed inadvertenly....
 




"People tend to overwrite the values"

Not if you put them on a hidden sheet.

Skip,
[sub]
[glasses]Just traded in my old subtlety...
for a NUANCE![tongue][/sub]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top