Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have several Excel workbooks inside a workspace. These are sending data to Word to create a global document. The first Excel application activated must do the job of creating the Word object and sending document fragments to the Word object. E.g. : Set oWordApp = CreateObject("Word.application") oWordApp.Visible = True oWordApp.Selection.InsertFile filename:=strInsertDoc, Range:="", ... But how can the second Excel write to oWordApp, this is only know within the first Excel workbook. Can one create variables on workspace level so to be shared on workbook level ? Please help me, I am stuck ! Best regards, Bernard |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sharing Information Between Excel and Word | Excel Discussion (Misc queries) | |||
Sharing in Excel | Excel Discussion (Misc queries) | |||
Sharing Variables | Excel Discussion (Misc queries) | |||
Late Binding to Word Variables | Excel Programming | |||
passing variables from excel to word | Excel Programming |