| Change colour of cell while selected |
|
'Add this to the worksheet General Declarations Dim rBefore As Range ' Here is the macro that is based on an event Private Sub Worksheet_SelectionChange(ByVal Target As Range) |
| Change colour of cell while selected |
|
'Add this to the worksheet General Declarations Dim rBefore As Range ' Here is the macro that is based on an event Private Sub Worksheet_SelectionChange(ByVal Target As Range) |