‘Add-in Express for Office and .net’ category archive
Even though the object model can be somewhat daunting it gives you amazing flexibility and power over programmatically bending MS Word to your will. In today's article we'll have a look at the Microsoft Word document properties, content controls, quick parts and bookmarks, and how you can access and use these objects in your own add-ins...
Read the rest of this entry →
.NET, C#, COM add-ins, Visual Studio, Word |
39 Comments
In today's article we'll take a look at how you can combine information and text from various existing Microsoft Word documents into a single document. We'll create a Word add-in that will allow the user to select and insert different paragraphs from one or more existing Word documents, into another document...
Read the rest of this entry →
.NET, C#, COM add-ins, Visual Studio, Word |
No Comments
Ty Anderson | August 15th, 2013
Designing Microsoft Word documents is not all that different from designing a web page; you want to keep the content and the design separate. In Word, you keep them separate by utilizing styles. Styles include a plethora of design elements (e.g. font, borders, paragraph format, etc). Let's have some fun with them via code...
Read the rest of this entry →
.NET, VB.NET, Visual Studio, Word |
No Comments
Ty Anderson | August 7th, 2013
Microsoft Word is about the authoring of documents. Documents contain pages, paragraphs, sentences and more. Today, I want to wade into the waters of manipulating Word document content. The plan is to get your feet wet by providing an overview of the key objects along with code samples...
Read the rest of this entry →
.NET, VB.NET, Word |
44 Comments
Microsoft Word, like all the Office applications, introduced the Ribbon UI in Office 2007. However, Office 2003 still has a pretty big install base. This means that you will need to cater for the different user interface components that accompany Word 2003 and older....
Read the rest of this entry →
.NET, C#, COM add-ins, Word |
No Comments
Ty Anderson | July 17th, 2013
But for the advanced user who views Word as essential to their daily grind at the office… Word needs to do some adjusting to the user. This user has well defined grooves in their workday. They work spans across multiple teams, departments, companies, and applications. Microsoft Word can be a player in these processes and you can put Word in the best position possible. But how?...
Read the rest of this entry →
.NET, COM add-ins, Ribbon, task panes, Visual Studio, Word |
6 Comments
The Mail Merge functionality in Microsoft Word is one of the most powerful features that enables you to create, amongst other things, simple form letters. It is, however, one of the tricky things to get your head around when trying to automate it in either an Office add-in or a stand-alone application using the Word Object model...
Read the rest of this entry →
.NET, C#, COM add-ins, Visual Studio, Word |
11 Comments