J
Jeffrey Bradshaw
Hey everybody,
I've got a VB.NET program that is trying to access a Word document and I'm
having all kinds of trouble. First on is the above. I'm trying to get the
number of lines in the document and when I try
docWord.BuiltInDocumentProperties("NUMBER OF LINES") it returns an Object.
When I look in the debugger, it is of type {System.__ComObject} and appears
to have no values. When I get the type - it says the same thing. How can I
get at the actual value?
Are there any good websites about using the office objects in .NET?
Everything I've seen so far seems to be oriented to VBA which is not what
I'm using.
TIA - Jeffrey.
I've got a VB.NET program that is trying to access a Word document and I'm
having all kinds of trouble. First on is the above. I'm trying to get the
number of lines in the document and when I try
docWord.BuiltInDocumentProperties("NUMBER OF LINES") it returns an Object.
When I look in the debugger, it is of type {System.__ComObject} and appears
to have no values. When I get the type - it says the same thing. How can I
get at the actual value?
Are there any good websites about using the office objects in .NET?
Everything I've seen so far seems to be oriented to VBA which is not what
I'm using.
TIA - Jeffrey.