G
Guest
Hi,
I want to try call/run Ms. Word via my VB.Net
First I added reference : Microsoft Word 11.0 Object Library. Then I got 2 references in my reference list : Word and Microsoft.Office.Core
When I typed :
Dim objWord as Word.Application
Dim objDocument as Word.Document
I got an error (underline at Word.Application and Word.Document).
What is actually happen ?
Can anybody tell how to do what I want ?
Thanks in advance.
Joachim
I want to try call/run Ms. Word via my VB.Net
First I added reference : Microsoft Word 11.0 Object Library. Then I got 2 references in my reference list : Word and Microsoft.Office.Core
When I typed :
Dim objWord as Word.Application
Dim objDocument as Word.Document
I got an error (underline at Word.Application and Word.Document).
What is actually happen ?
Can anybody tell how to do what I want ?
Thanks in advance.
Joachim