I didn’t realize how much I use the tool bar in Outlook, but once it was gone, I felt crippled. I have no idea why…
Category: Office
I recently gave a talk about Open XML, and found that there were not many complete code samples out there which described how to build…
I thoroughly enjoyed my presentation and the time at Day of .Net this past Saturday. Special thanks to those folks who attended my presentation. Here…
Resources ECMA-376 Standard Specification Word 2007 Content Control Toolkit Open XML Code Snippets for Visual Studio 2005 OpenXmlDeveloper.org Open XML e-book XML in Office Developer…
I will be speaking at Day of .Net in Ann Arbor, MI on October 20th. It’s a Saturday, and it’s a completely free event. I…
When creating VSTO documents that use an Action Pane, the Action Pane gets “lost” if you open another non-VSTO document. The Action Pane is hidden…
With extensive use of the ListObject in an Excel VSTO project, I have identified a second actual bug in the ListObject. This one also has…
An old VSTO 2003 post by Kathleen McGrath about how to add images to a CommandBarButton. It still works in VSTO 2005. The example uses…
I found an actual bug with the VSTO ListObject in Excel and insertions of data. See this post on the MSDN forums for details.
Just a quick tidbit about using the Excel object model and C# in VSTO 2005. ActiveCell.Offset (as we know it in VBA, and even VB.Net)…