Thread: References.
View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default References.

What? You asked how to remove a reference not add it.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Tom" wrote in message
...
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