listbox question

  • Thread starter Thread starter Larry Levinson
  • Start date Start date
L

Larry Levinson

I have a listbox with an column index to fill in the data on a user
form. admittedly, I have not looked into this in detail, but my
listbox comes up with last entry in the index, not the first. I find
that curious. any suggestions? many thanks, you guys are great.
 
Larry,

Have you set the ListIndex property to 0 (although I admit that when I omit
this the lsitbox shows blank not the last item).
 
Back
Top