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?
Set the the Style of the combobox to 2 - fmStyleDropDownList. This will disallow user input, and will also prevent (combobox).value changes via macro.
2 - fmStyleDropDownList