Click here to Skip to main content
15,883,831 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I was wondering I am creating a windows application with multiple forms that contain data such as text boxes and combo boxes. I was wondering if there is a recommended website or if someone can give me ideas on how to code a way to export the entered user data to a word document. Once again I am using Visual Basic in Visual Studio 2010.
Posted
Comments
[no name] 9-Aug-12 18:46pm    
You want to google "office interop" or "word interop".
Kenneth Haugland 9-Aug-12 18:58pm    
I can see were this is going....
[no name] 9-Aug-12 19:00pm    
Am I so predictable?
Kenneth Haugland 9-Aug-12 19:01pm    
It wasnt you I had In mind :)
[no name] 9-Aug-12 19:03pm    
Yeah... I am thinking the same thing.

1 solution

Here is the link:
http://support.microsoft.com/kb/316383[^]

Other supported Interops:
http://msdn.microsoft.com/en-us/library/15s06t57.aspx[^]

Now, off you go and program... ;)
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 9-Aug-12 21:04pm    
In principle, it should be enough to start exploring other relevant documentation and implementing. My 5.
--SA
icecode 9-Aug-12 23:41pm    
This excellent now I can visualize how to translate my form to an excellent word doc I have been looking for this for weeks now. I have a fully operational application that I can put into word.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900