Pastor Del
New Member
- Joined
- Apr 20, 2011
- Messages
- 2
I've got experience with VBA in Access but I'm new to Excel with VBA. Where do I put my macros so they will be triggered by an event? Specifically I'm looking for a way to trigger the execution of this code when the worksheet is opened.
If IsEmpty(Range("c25")) Then
Range("c25") = Now()
End If
If IsEmpty(Range("c25")) Then
Range("c25") = Now()
End If