Does anyone know what the properties are in the combobox that I can manipulate in order not to allow the user to key/type in any data?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Set the the Style of the combobox to
2 - fmStyleDropDownList. This will disallow user input, and will also prevent (combobox).value changes via macro.