View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Kaak[_81_] Kaak[_81_] is offline
external usenet poster
 
Posts: 1
Default Opening a word document


Dim WordApp As Object

Set WordApp = CreateObject("Word.Application")

With WordApp
.Documents.Open "C:\Filename.doc"
.Visible = True
End With

WordApp.Quit

Set WordApp = Nothin

--
Kaa
-----------------------------------------------------------------------
Kaak's Profile: http://www.excelforum.com/member.php...nfo&userid=751
View this thread: http://www.excelforum.com/showthread.php?threadid=55727