AttachedTemplate is missing...please help me find it!

G

Guest

Hey everyone,
I am trying to change the AttachedTemplate property of a document using
C# and the office2003 PIA.

in VBA, the property is there, and no problem using it. in C#, with the
referances to the com dll, the document object doesnt have the
property!
I saw tons of code samples in C# using that property, so I must be
doing something wrong. my project does not compile! help!
 
I

Ishai Sagi

got it:
need to use "Microsoft.Office.Interop.Word._Document" and
"set_AttachedTemplate"
 
Top