Import Microsoft.Office.Interop not Microsoft.Office.Interop.Word/Excel

vishwaramkumar

New member
Joined
Jun 16, 2009
Messages
1
Programming Experience
Beginner
Hi all,

I am beginner to vb.net.
I am updating existing vb code. In this code, "Imports Microsoft.Office.Interop" used beginning of the line, it showing error when I run my program, Error is: "Type 'Word.Document' is not defined." In This same code, included references, "Interop.Office, Microsoft.Office.Core, Interop.Microsoft.Office.Core, Interop.Microsoft.Office.Word. How I can get the reference "Microsoft.Office.Interop.dll" Or how to solve this issue, please suggest.

Thanks in advance
vishwaRamkumar.
 
Back
Top