mOrrI_sEm_sAbEr
12-16-2004, 04:24 AM
Hello there,
i was wondering if anyone knows if there is any special code to open a word document in a remote directory????
i'm using this code to open the file....
File_Path = "\\RemoteFolder\WordDocs\"
File_Name = "Something.doc"
word_server = New Word.Application()
word_server.ChangeFileOpenDirectory(File_Path)
word_server.Documents.Open(File_Name)
word_server.Visible = False
:huh:
i was wondering if anyone knows if there is any special code to open a word document in a remote directory????
i'm using this code to open the file....
File_Path = "\\RemoteFolder\WordDocs\"
File_Name = "Something.doc"
word_server = New Word.Application()
word_server.ChangeFileOpenDirectory(File_Path)
word_server.Documents.Open(File_Name)
word_server.Visible = False
:huh: