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
