Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Here's my problem. I am running some Vb in excel and at
one point I open a word .dot to mail merge some information. I would like to close the excel without saving the workbook and close the .dot without saving it as well. This should leave me with my open merged .doc. Here is the code i'm at so far: Dim WordApp As Object Set WordApp = CreateObject("Word.Application") WordApp.Documents.Open "c:\PSV Travelog\Travelog Template.dot" WordApp.Visible = True What do I add to perform the above after this takes place. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Closing workbooks w/o closing Excel | Excel Discussion (Misc queries) | |||
turning 2007 excel documents into 2003 excel documents | Excel Discussion (Misc queries) | |||
excel documents won't open from my documents folder | Excel Discussion (Misc queries) | |||
Excel Documents Don't Appear in My Recent Documents | Excel Discussion (Misc queries) | |||
closing excel after closing a workbook | Excel Programming |