I found this code that opens it in Read Only mode, but I imagine you could change the attributes to make it editable:
Set WordApp = CreateObject("Word.Application")
WordApp.Visible = True
WordApp.Documents.Open ("C:\Temp\Test1.Doc")
Pete S - Tucson, AZ
Pete S - Tucson, AZ
|