Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jknuep
  • Content: Threads
  • Order by date
  1. jknuep

    Access VBA code listbox to deselect and bring to the top

    I am trying to have a listbox programmatically unselect an item and then scroll all the way to the top. I tried Private Sub bringToTop() Me.lstParts.Selected(1) = True Me.lstParts.Selected(1) = False End Sub But it only works when I have it triggered from a cmd button. It does some...

Part and Inventory Search

Back
Top