Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to open a word dopcument from excel...below is the code I am
running but I receive the following error....that is runtime error 524...which indicates that the file does not exit...but it does. I searched through the other questions and did make sure that the microsoft Word 11.0 object library is available. What am I still doing wrong. Sub OpenAWordDoc() Dim WordApp As Object, WorddDoc As Object Set WordApp = CreateObject("Word.Application") WordApp.Documents.Open "C:\Documents and Settings\files\Test.doc" WorddApp.Visible = True End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Command Line. How to tell to XL : If the xls file exist : Open it, if it does not exist : Create it. | Excel Programming | |||
password to open Excel file option does not exist | Excel Worksheet Functions | |||
Trying to open Excel/Word files error message "Unable to read file | Excel Discussion (Misc queries) | |||
Open One Word File from Excel | Excel Programming | |||
Graph Excel Selection, Open Word File, Embed Graph Into Word | Excel Programming |