D
Don Wiss
I have a Listbox on a User Form. Another form has gotten the user's
selection. I then transfer their selection to this Listbox with:
lbxTerr.Selected(i) = True
But the focus inside the Listbox is still on the first item. This isn't a
big deal, but I'd rather not have the faint dashed line around the first
selection. So what puts the focus on the item that I just set to true?
Don <www.donwiss.com> (e-mail link at home page bottom).
selection. I then transfer their selection to this Listbox with:
lbxTerr.Selected(i) = True
But the focus inside the Listbox is still on the first item. This isn't a
big deal, but I'd rather not have the faint dashed line around the first
selection. So what puts the focus on the item that I just set to true?
Don <www.donwiss.com> (e-mail link at home page bottom).