954,549 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Call MS WORD in vb.net

Can someone please help me.

I want to call an MS Word Document in my system using VB.net

what should be the syntax?

Thanks!

carylle
Newbie Poster
13 posts since Feb 2010
Reputation Points: 10
Solved Threads: 0
 

Have you done a search? Looks like a good explanation here

http://www.vbdotnetheaven.com/Uploadfile/mgold/WordDocument04182005081441AM/WordDocument.aspx

will that work for you?

(You also might want to post future VB.Net questions in the VB.Net forum)

rapture
Posting Whiz in Training
294 posts since Jul 2007
Reputation Points: 155
Solved Threads: 41
 

>I want to call an MS Word Document in my system using VB.net.

You have to use Office-InterOp API. Please have a look at - Office InterOp API.

>what should be the syntax?

VB.NET

__avd
Posting Genius (adatapost)
Moderator
8,648 posts since Oct 2008
Reputation Points: 2,136
Solved Threads: 1,241
 

i have searched a short code.

Process.Start("filenamepath")

thanks for your responses. :)

carylle
Newbie Poster
13 posts since Feb 2010
Reputation Points: 10
Solved Threads: 0
 

cool, if it's fixed mark it as solved for others who search

rapture
Posting Whiz in Training
294 posts since Jul 2007
Reputation Points: 155
Solved Threads: 41
 

Hi,
I am using Front end Vb and Back end MS Access.My doubt is i need to get a data from my database and i need to write the same data in MS word File .So how to call a Ms word file from VB ?

Thanks,
selvam.A

augamal
Newbie Poster
1 post since Jun 2010
Reputation Points: 10
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You