Search results

  1. A

    select last item of list box with code...

    Dim lvw as listiview Set lvw = me.myLvw.object lvw.listItems.Item(lvw.listItems.Count - 1).Selected = True Set lvw = nothing
Back
Top Bottom