In my VB.net application, i want MS word to open when a button is clicked. Many tutorials said it can be done by "Imports Microsoft.Office.Interop" statement. But it gives an error.
Can somebody tell me how to do this.
(Both .NET framework and MS Office XP PIAs are installed)
Thanks in advance.