|
-
Aug 12th, 2003, 12:59 PM
#1
Thread Starter
Lively Member
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.
-
Aug 12th, 2003, 01:43 PM
#2
Sleep mode
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|