Can someone give me assistance on how to convert the
following IF statements to one LOOP?
If Source = Range("C4" Then
Range("J4".Value = Date
End If
If Source = Range("C6" Then
Range("J6".Value = Date
End If
This is actually just part of the many IF statements that
abide to column C and J. The IF statements work fine, but
I know it would be more efficient to have to have one LOOP
instead of 50 IF statements. I just can't seem to get it
to work.
Thank you.
following IF statements to one LOOP?
If Source = Range("C4" Then
Range("J4".Value = Date
End If
If Source = Range("C6" Then
Range("J6".Value = Date
End If
This is actually just part of the many IF statements that
abide to column C and J. The IF statements work fine, but
I know it would be more efficient to have to have one LOOP
instead of 50 IF statements. I just can't seem to get it
to work.
Thank you.