Hello,
How can you auto higlight selected field on userform?
So basicly I need this line to be highlighted (Me.lstDatabase.TopIndex = Me.lstDatabase.ListCount - 1)
ListBox1.BackColor = RGB(153, 153, 255) ??????
[/CODE]
How can you auto higlight selected field on userform?
So basicly I need this line to be highlighted (Me.lstDatabase.TopIndex = Me.lstDatabase.ListCount - 1)
ListBox1.BackColor = RGB(153, 153, 255) ??????
VBA Code:
[CODE=xls]