Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Chris,
You have to force it out into the open <vbg myDoc.Application.Visible = True -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "chris" wrote in message ... this is what i used: dim Wrd as Word.Application, MyDoc as Word.Document Set Wrd = CreateObject("Word.Application") Wrd.Visible = True Set Wrd = GetObject(, "Word.Application") Set MyDoc = GetObject(MyFilePath) still i get no file loaded in word, as a matter of fact code execution suspends after it runs the last line. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Opening a Word Document using an Excel (2000) Macro? | 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 |