G Guest Feb 24, 2005 #1 Quick list box question... How can I have the last row in a list box selected when my user form is loaded.
Quick list box question... How can I have the last row in a list box selected when my user form is loaded.
H Harald Staff Feb 24, 2005 #2 Hi Put List1.Listindex = List1.Listcount-1 in the form's Initialize event. HTH. Best wishes Harald