I'm Creating Application using Excel and VBA, My app has a ListView
to display data from Database
.
And has a function to select an ID
in ListView
and insert the data to another ListView
.
Now my problem is when I select a row in ListView
and click a Button
or type a text in TextBoxes
the
blue highlight of the selected row will be lost.
I've already tried something, This one.
frm1.lView.HideSelection = False
This is located to ItemClick Event
.
Yeah this worked for me, But the color of the highlight is color Gray and some monitor did not seeing this color.
Is there any way to change that to color Blue? or other Light Colors?
Thanks!!