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!
Ishai Sagi - 14 Feb 2006 01:32 GMT
got it:
need to use "Microsoft.Office.Interop.Word._Document" and
"set_AttachedTemplate"
> Hey everyone,
> I am trying to change the AttachedTemplate property of a document using
[quoted text clipped - 5 lines]
> I saw tons of code samples in C# using that property, so I must be
> doing something wrong. my project does not compile! help!