View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_7_] Bob Phillips[_7_] is offline
external usenet poster
 
Posts: 1,120
Default Dim Appword As word.application


"AA2e72E" wrote in message
...
Use:

Set AppWord=CreateObject("Word.Application")


You would also need

Dim AppWord As Object