Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
From within my Excel macro, I want to open a specific word document and
paste part of my spreadsheet into a specific part of the word document. Anybody know how? Thanks, RobH |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
opening word document | Excel Discussion (Misc queries) | |||
Opening word document through excel vba | Excel Discussion (Misc queries) | |||
Opening Word Document with excel | Excel Discussion (Misc queries) | |||
opening a word document from excel | Excel Programming | |||
Opening a Word Document in Excel | Excel Programming |