M
Martin ©¿©¬
Hi
The group previously helped me with a code that changes the colour of
cells when the content is edited/changed and it works well
Thank you
===================================================
Private Sub Workbook_SheetChange(ByVal Sh As Object, _
ByVal Target As Range)
Target.Interior.ColorIndex = 8
End Sub
==========
What I would like is to further enhance the code so that it DOESN'T
make a colour change to inserted or deleted rows, but still allows the
cell colour change when the content is edited/changed
Is this possible ?
The group previously helped me with a code that changes the colour of
cells when the content is edited/changed and it works well
Thank you
===================================================
Private Sub Workbook_SheetChange(ByVal Sh As Object, _
ByVal Target As Range)
Target.Interior.ColorIndex = 8
End Sub
==========
What I would like is to further enhance the code so that it DOESN'T
make a colour change to inserted or deleted rows, but still allows the
cell colour change when the content is edited/changed
Is this possible ?