Hi,
I am trying to make a worksheet change other cells to "N/A" if cells contain a specific text.
For example if any cell in range J10:J5010 is changed then cells offset to the right "S, T and V" columns of that particular row are changed to N/A.
I was thinking I could do this on the Worksheet_Change(ByVal Target As Range) code that I have??
Thanks
Tom
I am trying to make a worksheet change other cells to "N/A" if cells contain a specific text.
For example if any cell in range J10:J5010 is changed then cells offset to the right "S, T and V" columns of that particular row are changed to N/A.
I was thinking I could do this on the Worksheet_Change(ByVal Target As Range) code that I have??
Thanks
Tom