Browse by Tags

All Tags » Word Automation (RSS)

Embedding another word file to a word document programmatically by vik20000in

Hi Many a times we want to embed some document in the word file, with the help of Insert-> File-> Select File menu item. This will copy the content of the file to the word document. This can also be done programmatically. String LocationOfFileToMerge...

Programmatically making basic text formatting option in Word 2007 Automation by vik20000in

Hi, when you start working with word programmatically, many a times you will have to add some text in the word document with formatting. Word automation gives you easy way top format the text that you are writing in the Word document programmatically...

Programmatically replace word with the help of Word Automation by vik20000in

Hi, In My last two posts I talked about · How to open and close a word document programmatically . · How to save a word document in different programmatically . In this post I will talk about how we can replace words in the word document. Many a times...

Word Automation saving word document in the different Format by vik20000in

Hi, In my last post I talked about how to open and close a word document programmatically . In this post I will talk about how we can save the word document. While using a word document there can be three kind of save functionality that can be required...

Automating Microsoft Word 2007 with C Sharp by vik20000in

Hi, Some time in our project we need to work with word (winword) document programmatically. Word provides a good way to automate nearly all the functionality that can be used through interface. The process of programmatically working with word document...
More Posts