Y
yancey
Dim MSWordApp As Variant
Set MSWordApp = CreateObject("Word.Application")
MSWordApp.OpenFile("c:\myword.doc")
MSWordApp.Visible = True
The 3rd line may be wrong, but i forgot how code that line.
Set MSWordApp = CreateObject("Word.Application")
MSWordApp.OpenFile("c:\myword.doc")
MSWordApp.Visible = True
The 3rd line may be wrong, but i forgot how code that line.