View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
RB Smissaert RB Smissaert is offline
external usenet poster
 
Posts: 2,452
Default make selected item highlighted in listview

How do I highlight (that is the item is dark blue) a listview item in code?
I need this to happen after messagebox gets displayed in the listview
mouseup event.
The item was highlighted before the mouseup event, but after the messagebox
it will
be still selected but in pale grey.
Thanks for any advice.

RBS