It is possible for a VBA macro to change the color of the cell pointer?
V Vasant Nanavati Apr 12, 2004 #2 It is probably a system color and would have to be reset using the Windows API. The change would affect the entire Windows interface; not just Excel.
It is probably a system color and would have to be reset using the Windows API. The change would affect the entire Windows interface; not just Excel.
P Patrick Molloy Apr 12, 2004 #3 maybe a workaround? you can use Conditional Formatting to alter the text color and/or the cell's background - you can also highlight a whole row in a table using CF
maybe a workaround? you can use Conditional Formatting to alter the text color and/or the cell's background - you can also highlight a whole row in a table using CF
D Dave Peterson Apr 13, 2004 #4 You may want to look at Chip Pearson's RowLiner: http://www.cpearson.com/excel/RowLiner.htm