Thread: References.
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Tom Tom is offline
external usenet poster
 
Posts: 25
Default References.

Yes I know this. But how can I add references?
This dobt do it:
Set oWRDapp = CreateObject("WORD.Application")
Set oWRDdoc = oWRDapp.Documents
oWRDdoc.Add DocumentType:=0


I have to do it manualy in refences tab.

tom