Hello Guest it is April 25, 2024, 03:19:15 PM

Author Topic: Here is a TRUE part Elapsed time, date file creator macros  (Read 17385 times)

0 Members and 1 Guest are viewing this topic.

Re: Here is a TRUE part Elapsed time, date file creator macros
« Reply #10 on: March 15, 2009, 12:38:03 PM »
Richard,

Thanks, that is great news.  I did figure out how to get rid of the quotes on start date and time using the mid function.

   StartTime = Mid(TextLine,2,8) ' get start time.

   StartDate = Mid(TextLine,2,10) ' get start date.   

worked for me.

Thanks again,

John Guenther
'Ye Olde Pen Maker'
Sterling, Virginia
Re: Here is a TRUE part Elapsed time, date file creator macros
« Reply #11 on: March 15, 2009, 01:34:04 PM »
You may have to check the length of the string, since there are not always a constant number of characters...

Like 03/09/2009 vs. 3/9/2009