H
Hargrove
I'd like to write a macro that will automatically open a file on my desk if someone else saves the file. Is this possible? I tried the following macro, but it would make sense that it would try to open on the users desktop also. Any suggestions.
Private Sub Document_Saved()
Documents.Open FileName:="""CAP Team PTO 2004.doc""", ConfirmConversions:= _
False, ReadOnly:=False, AddToRecentFiles:=False, PasswordDocument:="", _
PasswordTemplate:="", Revert:=False, WritePasswordDocument:="", _
WritePasswordTemplate:="", Format:=wdOpenFormatAuto
Private Sub Document_Saved()
Documents.Open FileName:="""CAP Team PTO 2004.doc""", ConfirmConversions:= _
False, ReadOnly:=False, AddToRecentFiles:=False, PasswordDocument:="", _
PasswordTemplate:="", Revert:=False, WritePasswordDocument:="", _
WritePasswordTemplate:="", Format:=wdOpenFormatAuto