T
Tony C
How do I select a row from a listbox so it shows as selected. Microsoft
suggest using:
Forms(formname).Controls(controlname).ListIndex = index
but this will produce an error, as the property is read-only. Various other
combinations dont seem to work such as
myLstbx.value = index (index provided)
Unless we need to requery the listbox after to get the new value to show...
Tony
suggest using:
Forms(formname).Controls(controlname).ListIndex = index
but this will produce an error, as the property is read-only. Various other
combinations dont seem to work such as
myLstbx.value = index (index provided)
Unless we need to requery the listbox after to get the new value to show...
Tony