It's been a while, but i think it goes like this:


dim thedoc as object
set thedoc = CreateObject("Word.Application")
thedoc.Documents.Open FileName:="c:\urfile.doc"
thedoc.Visible = True...