G
Guest
How do you turn on the Edit option in a Combo Box in Excel 2000? I have no problem entering the drop-down part, but cannot get it to allow editing. Please help.
Pam Williams
Pam Williams
no problem entering the drop-down part, but cannot get it to allow editing.Pam at Greer said:How do you turn on the Edit option in a Combo Box in Excel 2000? I have
said that it can have an entry typed in that is not in the list provided. IPam at Greer said:I have a Combo Box from the Forms Toobar in my spreadsheet. The help file
Dick Kusleika said:Pam
I couldn't find where help said that, but if it does it's fibbing. That's
generally how comboboxes are supposed to work, but for some reason the one's
from the Forms toolbar don't work that way.
You can have that feature with a combobox from the control toolbox. Just
make sure that the MatchRequired property is set to False. I usually use
controls from the Forms toolbar unless there's some specific feature I need
(like this one). The ActiveX controls (Control Toolbox) are quite a bit
different in terms of how you set their properties and run macros from them,
so if you need some information, be sure to post back.
--
Dick Kusleika
MVP - Excel
Excel Blog - Daily Dose of Excel
www.dicks-blog.com
said that it can have an entry typed in that is not in the list provided. I
cannot type in anything in my drop down box. Should I change it to a combo
box from the Conrol Toolbox toolbar?