OfficeDeveloper.NET
words

Creating an Add-in for Office 2007 and Office 2010 that “Lights Up” on Office 2010 (McLean Schofield)

June 4, 2010 by Staff · Leave a Comment 

Managed Office add-ins traditionally have been able to run in the targeted application (the version of the application whose PIAs the add-in references) and in later versions of the application. Therefore, if you need to create a single VSTO add-in that can be run in multiple versions of an application, the typical guidance is to develop the add-in by using a project template for the oldest version of Office that you want to support. For example, if your add-in needs to work with Office 2003 and Office 2007, you should create an Excel 2003 add-in (by using VSTO 2005 SE with Visual Studio 2005, or by using Visual Studio 2008). However, this strategy has several inconveniences: If you want to test/debug/run the add-in on your development computer, you must have the earliest version of Office you are targeting installed

Go here to read the rest: 
Creating an Add-in for Office 2007 and Office 2010 that “Lights Up” on Office 2010 (McLean Schofield)

words

SharePoint Designer 2010 New Shell Tour

November 2, 2009 by Staff · Leave a Comment 

Welcome to SharePoint Designer 2010! As Todd Haugen mentioned in his latest blog, we’ve got a number of wonderful features this release and we’re really excited to get them into your hands. This is a follow-up blog to dive into the new shell, or user interface, of SPD 2010

Original post:
SharePoint Designer 2010 New Shell Tour

words

Quick Tip: Filler Text

May 12, 2009 by Staff · Leave a Comment 

It’s super easy to put generic text into a Word document for all of your filler text needs (especially useful during demos and presentations).

See the original post here:
Quick Tip: Filler Text

words

If you are using Windows 7 RC and VSTO you better read this

May 8, 2009 by Staff · Leave a Comment 

Saurabh blogs about how to work around an error you get if you published a VSTO solution using VS2008 on a machine running the Windows 7 RC and then you try to install the solution on any machine you will see the following error: “The required version of the .NET Framework is not installed on this computer”: http://blogs.msdn.com/vsto/archive/2009/05/07/issues-with-installing-vsto-projects-that-were-published-from-visual-studio-2008-on-windows-7-rc-saurabh-bhatia.aspx

Excerpt from:
If you are using Windows 7 RC and VSTO you better read this

words

Retrieving Word Content Based on Styles

May 5, 2009 by Staff · Leave a Comment 

In previous posts, like Importing a Table from Word to Excel , I showed you how to retrieve content within specific content controls. In these posts, content controls were used to add semantic structure to a document, where this structure aided in retrieving and inserting content

Go here to see the original: 
Retrieving Word Content Based on Styles

words

64-bit “Print to OneNote” solution now available

April 23, 2009 by Staff · Leave a Comment 

Good old David Rasmussen who is Group Program Manager of OneNote has built (in his "spare" time) a way to send printouts to OneNote 2007 directly on 64-bit Vista and Win7.

Original post:
64-bit “Print to OneNote” solution now available

OfficeDeveloper.NET