Looking for a way (code) that will make the selected value of a targetted listbox (say listbox1) it's first value in the Listbox1.
EXAMPLE:
EXAMPLE:
1 ) items in listbox1 are:
- Apple
- Orange
- Banana
- Cherry
2) Value is FALSE and the selected values in listbox1 are crrently
"Banana" and "Cherry".
3) Value is now TRUE
4) Since value is TRUE, the selectedvalue for listbox1 should default to
the first value of the list ("Apple").
- Apple
- Orange
- Banana
- Cherry
2) Value is FALSE and the selected values in listbox1 are crrently
"Banana" and "Cherry".
3) Value is now TRUE
4) Since value is TRUE, the selectedvalue for listbox1 should default to
the first value of the list ("Apple").