Hello everyone:
I am trying to write a macro:
Sub Signature()
Sheet3.Activate
If [T4] > 0 Then
r2 = Rows.Count + 1
[T.r2] = "Signature"
End If
End Sub
But it's not working because I am not sure of the syntax to use. I want to insert the Word Signature in column T of the last row + 2 if T4 is greater than 0. E.g. If the last row is 550. I want to insert Signature in T552.
How do I modify this?
thanks so much!
I am trying to write a macro:
Sub Signature()
Sheet3.Activate
If [T4] > 0 Then
r2 = Rows.Count + 1
[T.r2] = "Signature"
End If
End Sub
But it's not working because I am not sure of the syntax to use. I want to insert the Word Signature in column T of the last row + 2 if T4 is greater than 0. E.g. If the last row is 550. I want to insert Signature in T552.
How do I modify this?
thanks so much!