Hi
How can you auto highlight in userform the last entered item?
This is the code I'm using to auto-select the last item entered.
Me.lstDatabase.TopIndex = Me.lstDatabase.ListCount - 1
Me.lstDatabase.BackColor = RGB(153, 153, 255) ?
Thank You!
How can you auto highlight in userform the last entered item?
This is the code I'm using to auto-select the last item entered.
Me.lstDatabase.TopIndex = Me.lstDatabase.ListCount - 1
Me.lstDatabase.BackColor = RGB(153, 153, 255) ?
Thank You!