JumboCactuar
Well-known Member
- Joined
- Nov 16, 2016
- Messages
- 788
- Office Version
- 365
- Platform
- Windows
Code:
Range("a2:a1000").Select
For Each r In Selection
If r.Value >0 Then
r.Offset(0, 3) = Now()
End If
Next r
I know theres probably a way without selecting, these sometimes run slow when making changes to a lot of cells