Posts Tagged ‘Visual Studio’
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 | 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
Outlook tasks are a great way to keep track of things you need to do. I use it every single day! A task item is a standard Outlook type and by default all tasks are flagged for follow-up when created. When any items such as an e-mail, task or contact are flagged for follow-up it automatically becomes a to-do item and is visible in your To-do bar...
Read the rest of this entry →
.NET, C#, Office 365, Outlook, Visual Studio |
14 Comments
Ty Anderson | April 30th, 2013
In this video, I show how to create an add-in for Microsoft Office 2013 Outlook, Excel and Word and add a custom ribbon using Add-in Express for Office and .net with Visual Studio Express 2012. Enjoy!...
Read the rest of this entry →
.NET, COM add-ins, Excel, Office 2013, Outlook, Ribbon, Visual Studio, Word |
No Comments
Ty Anderson | April 24th, 2013
Because it is composed of different windows, panes, and form regions, the Outlook UI presents a complex UI model to the developer. Despite these options, a common customization request is for custom forms to display the various Outlook items. Today, we'll take a look at Outlook forms and how you can customize them...
Read the rest of this entry →
.NET, Outlook, VBA, Visual Studio |
34 Comments
Outlook views allow you to group, sort and view all the different types of Outlook data within the View panel of the Outlook Explorer window. Outlook comes with a few built-in views for each Outlook item type (mail, task, calendar, etc.) which can be accessed via the View tab...
Read the rest of this entry →
.NET, C#, COM add-ins, Office 2013, Outlook, Outlook regions, Visual Studio |
16 Comments