Verify Tool
Posted by Bob J on October 23, 2001 10:44 AM
I would like to temporarily color a cell, if the cell is active, and then when it is not active
Go back to its original color:
Verify Sub()
Activecell.select
With selection.interior
.colorindex = 6
End with
End sub
But once it is out of the activecell go back to Colorindex of 0
Thanks..bj