John Kauffman
New Member
- Joined
- Oct 13, 2011
- Messages
- 23
Theoretical question. Following works, but I wonder why.
Worksheet_Change()
Cells(Target.Row,3) = NOW()
end sub
My Confusion - I would predict it would not work because if a user types "x" into A1 then the event fires and C1 gets the date. But why doesn't the change in C1 fire another Worksheet_Change and go into an endless loop of changing C1?
Thanks.
Worksheet_Change()
Cells(Target.Row,3) = NOW()
end sub
My Confusion - I would predict it would not work because if a user types "x" into A1 then the event fires and C1 gets the date. But why doesn't the change in C1 fire another Worksheet_Change and go into an endless loop of changing C1?
Thanks.