Maybe try changing
to![]()
If Target > 1
or![]()
If Val(Target) > 1
What is in your cells? What is the Value of Target when the code breaks? Is it a number? Is it text?![]()
If Len(Target) > 1
Maybe try changing
to![]()
If Target > 1
or![]()
If Val(Target) > 1
What is in your cells? What is the Value of Target when the code breaks? Is it a number? Is it text?![]()
If Len(Target) > 1
Try changing Target to rng in the for loop
![]()
For Each rng In Target If Not Application.Intersect(rng, Range("c10:c110")) Is Nothing Then ** If rng> 1 Then If IsEmpty(Cells(rng.Row, "e")) Then Application.EnableEvents = False Cells(rng.Row, "e").Value = Now() End If End If End If Next rng
Please Read Forum Rules Before Posting
Wrap VBA code by selecting the code and clicking the # icon or Read This
How To Cross Post politely
Top Excel links for beginners to Experts
If you are pleased with a member's answer then use the Scales icon to rate it
If my reply has assistedor failed to assist you
I welcome your Feedback.
Thanks guys, I got it working. I was fixing to plug in the first suggestion, when I happen to look down at the next code section and it said "If rng.Value > 1 Then", so it hit me, well I should prob. try that first to keep it consistant...hehe but it seemed to work. Thanks guys.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks