Search:

Type: Posts; User: Softman

Search: Search took 0.04 seconds.

  1. Replies
    16
    Views
    21,715

    Re: VB - My TimeDiff function

    It does say to rem out one of the two statements for your output

    Output method 1
    TimePeriod = "Days=" & MyDays & " Hours=" & MyHours & " Minutes=" & MyMinutes & " Seconds=" & MySeconds

    Output...
  2. Replies
    16
    Views
    21,715

    Re: VB - My TimeDiff function

    Excellent piece of software, just what I was looking for. but for that one error.

    This I think should fix it

    If intMins < 0 Then <--------- New bit start
    intMins = 59
    strHrsString =...
Results 1 to 2 of 2



Click Here to Expand Forum to Full Width