- Joined
- Jul 14, 2015
- Messages
- 1
- Reaction score
- 0
I'm trying to have this Macro run through the entire column. I'm spanking new to macro code and I'm surprised I got this far. See below and let me know what to add so it runs the entire column. I really appreciate everyone's help.
Sub notes()
If Sheet1.Range("g1").Value = "" Then
Sheet1.Range("G1").Value = Sheet1.Range("H1").Value
End If
End Sub
Sub notes()
If Sheet1.Range("g1").Value = "" Then
Sheet1.Range("G1").Value = Sheet1.Range("H1").Value
End If
End Sub