0
Hi friend,
If you think the post is helpful, please do check "do you like the answer".
Thank you.
0
Hey Kirtan and Jinge,
Thanks a lot. I really appreciate your help guys.
I was trying to figure out how this Microsoft.office.Interop namespace works. Now it's working for me just fine.
Thanks again. You've been a great help.
0
0
For Office Document Interaction there is name space in Visual Studio 2008
using Microsoft.Office.Interop.Excel;
using Microsoft.Office.Interop.Word;
etc you can use them to Interact with the Word Excel etc ..