I'm working in a Windows Project (using Visual Studio .Net 2003), the goal that I have to reach is to put data, (that is taked from database) and put them in a Word document.
The problem that I have is that I'm NOT working with Visual Studio Tools For Office, instead of that, I'm writing code.
A good example of what I'm trying to do is the following link: http://www.codeproject.com/csharp/Simple_Ms_Word_Automation.asp
I'm working with templates, and in the template, I have putted bookmarks in this way: Within Microsoft Word - Insert - Bookmark. Then I write a name for the bookmark and finally clik on Insert.
After that, the goal that I want to have is to put the data in those bookmarks....
Please can anyone tell me how can I solve this problem
Thank you ver much for any answer...
Galo