List Box: Forcing A Selection Rectangle via VBA?

  • Thread starter (PeteCresswell)
  • Start date
P

(PeteCresswell)

Got a ListBox.

Just re queried it.

Now I want to force a black selection rectangle to one of the rows (in this
case, the first row) as if the user had clicked on it.

I'm pretty sure I've done this in the past, but can't find the app that I did it
in.

??
 
B

Bob L.

Should have said for the first row it would be


me.LBXListBoxName.selected(0)=true
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top