Hi everyone!
I have a code I am trying to run, but it keeps showing this message:
"Compile Error:
Invalid use of property"
_________________________
This is the code:
Sub Worksheet_Change(ByVal Target As Range)
If Target.Column = 12 Then
Sheets("Display TRT").Select
Call Comments...