hi all,
I did a search but couldn't find anything for the particular issue I am having.
I have a Word 2003 template which creates relative links in a base Word document to other documents that will be located in the same directory. It does this by gathering a list of links (signified by a...
I have a macro which waits for a minute and then runs again. The wait is done using this code:
Dim dtNextRunAt As Date
Dim strStopTimer As String
dtNextRunAt = Now() + TimeSerial(0, 1, 0)
Do While dtNextRunAt > Now()
'do something
Loop
While the do loop is running the user just sees an...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.