I figured it out. It's a simple Options issue.
In word, go to Tools > Options > General tab > Web Options button, Files tab. Uncheck 'Update links on save'. Click OK then OK again.
I suppose this default setting changed from W97 to W2003.
Gerry,
Unfortunatley the way our system is set up we cannot use an exact path. These files (base docs and linked docs) are downloaded by users from a web site and saved anywhere, hence the need to just use the filename. If we used full paths then the users would have to change the links if they...
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...
Thanks kryzsoccer. The DoEvents worked.
Tony, I also tried the OnTime method but it just jumped past it to the next bit of code. I'm probably doing something wrong. Thanks for the info though it could come in handy down the road.
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.