OnTime TimeStamp Value Doubling Up
问题 When you launch RecordData() sub (from OpenMe() sub) just once it works perfectly. Each time stamp log is consecutive with no doubles. Its when the workbook, re-opens again (due to OpenMe()/Close() subs) is when it creates a duplicate time stamp log. Can I re-arrange the OnTime so it doesn't schedule a double for its next session? Or separate the two OnTime's somehow so their independent? Dim NextTime As Double Sub RecordData() Dim Interval As Double Dim cel As Range, Capture As Range