gautammalkani
Technical User
Hi
how do I change the color of cell (for example green) when the contents are either inputted through a copy and paste from another worksheet.
Thanks for all your help!!!
Gautam
PS I am using this function, which does not seem to work :
Private Sub Worksheet_Change(ByVal Target As Range)
Target.Interior.ColorIndex = 4
End Sub
how do I change the color of cell (for example green) when the contents are either inputted through a copy and paste from another worksheet.
Thanks for all your help!!!
Gautam
PS I am using this function, which does not seem to work :
Private Sub Worksheet_Change(ByVal Target As Range)
Target.Interior.ColorIndex = 4
End Sub