I am trying to Append a text file with the date, time, user info, and time a macro took to run in order to generate data about a lengthy piece of code. Here is the code I have so far, but it just overwrites the original entry.
Sub CalculateRunTime_Seconds()
Dim StartTime, SecondsElapsed As...