Hello,

I've tried both the the following pieces of code, and neither one seems to work for me.

Sub test1()
    Dim newApp As Object
    Set newApp = GetObject("J:\My Documents\Quarter End.doc", "Word.Document")
End Sub
Sub test2()
    Dim newApp As Object
    Set newApp = GetObject("J:\My Documents\Quarter End.doc")
End Sub
The code runns without errors, but no new app is opened (nothing even flashes in the task manager, either). The document does exist, and opens just fine. The code isn't working with Word open or closed.

Am I missing something here?
(Running Office 2003 Pro on Windwoes XP Pro)