S
SHewes
Hi,
I'm making a macro then opens all the files in a determined folder and does
a global find/replace in each file.
The only problem is that when a user is using a file a popup open asking me
3 questions (1) Open in READ ONLY mode (2) Open and merge changes (3) Notify
me when file is available
I do not want that popup message and I want to open in READ ONLY in these
cases because a put after the OPEN a line saying
If ActiveDocument.ReadOnly = True Then
write unavailable file on report
Else
do the changes
End If
I'm making a macro then opens all the files in a determined folder and does
a global find/replace in each file.
The only problem is that when a user is using a file a popup open asking me
3 questions (1) Open in READ ONLY mode (2) Open and merge changes (3) Notify
me when file is available
I do not want that popup message and I want to open in READ ONLY in these
cases because a put after the OPEN a line saying
If ActiveDocument.ReadOnly = True Then
write unavailable file on report
Else
do the changes
End If