View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Carim Carim is offline
external usenet poster
 
Posts: 510
Default Make a Word event macro fire in active document

Hi Paul,

Had the same problem a while ago ...
If I recall correctly:
AddIns.Add FileName:= "C:\Test.dot" , Install:=True

HTH
Carim