Results 1 to 2 of 2

Thread: Display Time to Open File [RESOLVED] *THX P

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2003
    Posts
    124

    Display Time to Open File [RESOLVED] *THX P

    I have a word doc i want to open.

    And i have a timer

    i want to measure, then display the amout of time it takes to open that file

    would it be something like this

    Timer1.enabled = True
    Timer1.interval = 1
    Timer1.start
    oWordDoc = oWord.Documents.Open("C:\test.doc")
    Timer1.Stop

    i dont know how to get the value of the timer to display
    or if this would even be how to do it

    thanks

    db
    Last edited by daveStudent; Aug 12th, 2003 at 02:39 PM.

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width