Thank you for the response. I get an error message "Word cannot obtain Data from Exel for Data.xls, NAMEDRANGE. i am not sure why this error displaying
Te
----- AA2e72E wrote: ----
A very convenient, albeit ugly, way of getting Excel tabular data into Word is as follows
Insert a field in WORD (Control + F9) : you can't just type the {}
Within the {} type DDEAUTO Excel "MyWKB.XLS" NamedRange i.e. { DDEAUTO Excel "MyWKB.XLS" NamedRange
Where "MYWKN.XLS" is the fully qualified name of the workbook; duplicate \ if this is included in this specification, and NamedRange is a named area of the workbook
Note
1. there are no commas between the argument
2. Excel will start and open the workbook whenever the data is refreshed (this is the ugly bit, because Excel must be closed manually
3. the data in Word can be refreshed, unlike Copy + Past