View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
[email protected] irinelko@gmail.com is offline
external usenet poster
 
Posts: 1
Default Dynamically highlight the cell under the Mouse Pointer !

This is the best solution of "mouse hover highlight". I have used it for row highlighting, but I have 1 problem. It seems that ColorIndex doesn't have all colors so if the oldColor is a color that has no index then it gets replaced with some other color. I tried switching to RGB but failed.