I have created a combo box in an Excel spreadsheet and assigned a range of values to populate it. I would like the user to have the ability to override the value options if necessary to type in an alternate value. Is this possible? If so, how is it done?
if you're using an oleobject, then you require code to do this and you should post in the forum Skip mentions.
However, if you're using an ActiveX object, you can set the property MatchRequired. Default is FALSE. This allows users to enter values other then the ones in the list provided.
Thank you. Unfortunately, I have no experience in Visual Basics or ActiveX. I added the combo box through the Control Toolbox in Excel, selected and named the value range. I have tried changing the MatchRequired property to False, but it still won't allow the override.
I have set up my list of values with the most frequently used values. However, there can be one time entries necessary which can't be anticipated. I would like users to have the ability to type in a value other than the choices on the list.
You must check each Property to see if that setting will work with what you want. It is detailed and time consuming, but this is what programmers have to do.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.