Sign in
Visual Studio Office Development (VSOD) Support Team
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
RSS for posts
Atom
RSS for comments
OK
Search
Tags
64 bit
AddIns
Automation
Automation AddIn
Charts
COM addin
COM AddIns
DocumentInspector
Duplex printing
Event handling
Excel
HowTo
Mappoint
Office
OLE
Open XML
PowerPoint
RibbonX
Shared addin
SP2
Troubleshooting
UDF
VSTO
Word
WPF
Archive
Archives
April 2013
(1)
November 2012
(1)
October 2012
(2)
September 2012
(1)
August 2012
(1)
July 2012
(1)
May 2012
(2)
February 2012
(2)
November 2011
(1)
October 2011
(1)
June 2011
(2)
September 2010
(1)
May 2010
(1)
April 2010
(4)
February 2010
(1)
January 2010
(1)
December 2009
(4)
November 2009
(1)
October 2009
(4)
September 2009
(2)
June 2009
(6)
April 2009
(1)
March 2009
(3)
January 2009
(2)
November 2008
(4)
October 2008
(1)
April 2008
(1)
March 2008
(1)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Visual Studio Office Development (VSOD) Support Team
Customizing Office 2013 backstage
Posted
1 month ago
by
Ajay Bandooni
1
Comments
Office 2013 introduced many changes to the backstage. In this blog post we will see how Office 2013 backstage can be customized using the backstage XML. The list of idMso’s for Office 2013 can be downloaded from: http://www.microsoft.com/en-us/download...
Visual Studio Office Development (VSOD) Support Team
VB6 based add-ins may fail to work in Office 2013
Posted
6 months ago
by
Praveen Bengeri
2
Comments
VB6 based add-ins have a dependency on the Add-In Designer Object Library (msaddndr.dll), which is no longer shipped with Office 2013 ( http://technet.microsoft.com/en-us/library/cc178954.aspx see under OSF section). If the add-in setup project did not...
Visual Studio Office Development (VSOD) Support Team
Considerations for using Dsofile on 64 bit OS
Posted
7 months ago
by
Praveen Bengeri
0
Comments
This post is by Yeshwanth Channaraj. There is a well-documented sample program, DSOFile , that enables reading and writing Office document properties (both old format files like *.xls, *.doc and *.ppt, as well as the new open xml formats like *.xlsx...
Visual Studio Office Development (VSOD) Support Team
Troubleshooting common VSTO issues – Part 2
Posted
7 months ago
by
Ajay Bandooni
0
Comments
In this blog post we will talk about some common errors related to VSTO 3.0 and 4.0. For VSTO 2.0 related issues you can check out the blog post Troubleshooting common vsto issues part 1 . Common Error 1: Customization fails to load while opening...
Visual Studio Office Development (VSOD) Support Team
Troubleshooting common VSTO issues – Part 1
Posted
8 months ago
by
Ajay Bandooni
0
Comments
This blog post talks about the common issues related to the VSTO customization failure errors and their possible solutions. Both document as well as application level customizations will be covered here. For the sake of clarity, this blog post is divided...
Visual Studio Office Development (VSOD) Support Team
You may encounter multiple errors while performing large number of object model calls from a VSTO 3.0 Excel add-in
Posted
9 months ago
by
abhitri
0
Comments
Suppose you have a VSTO 3.0 add-in for Excel, which performs some Excel object model calls. You notice that it works fine with less number of object model calls but starts failing when the number of object model calls is huge. Eg. You may be iterating...
Visual Studio Office Development (VSOD) Support Team
ArgumentOutOfRange exception when using WPF controls in a Project 2010 add-in.
Posted
9 months ago
by
Ajay Bandooni
3
Comments
You may see "ArgumentOutOfRange" exception for no apparent reason when using WPF controls in Microsoft Project 2010 add-in. Specifically, you will see exception with a call stack similar to below :- System.ArgumentOutOfRangeException: The parameter...
Visual Studio Office Development (VSOD) Support Team
How to set duplex printing for Microsoft Word Automation clients in C#, VB.Net
Posted
over 1 year ago
by
Shiv Khare
0
Comments
Microsoft Word Automation clients cannot set the duplex print flag before a print job starts in Microsoft Office Word. Although a parameter in the PrintOut method indicates that there is support for duplex printing, the parameter does not provide true...
Visual Studio Office Development (VSOD) Support Team
Resolving performance issues with loading Office add-ins (VSTO add-ins or Shared add-ins)
Posted
over 1 year ago
by
Shiv Khare
2
Comments
Many Office developers report performance issues with loading Office add-ins (VSTO add-ins or Shared add-ins) but most of the time delay is due to external factors. This blog post tries to list possible reasons for delay in add-in load. 1).Net Cold...
Visual Studio Office Development (VSOD) Support Team
How to create a document from a template (dotx, dotm) and attach to it using Open XML SDK
Posted
over 1 year ago
by
Sreerenj Nair
0
Comments
One of the needs to use Open XML SDK is to create documents on server side. In case of Open XML, it is recommended to create a document from another one rather than creating a document from scratch. After creating a copy of a document, you can modify...
Visual Studio Office Development (VSOD) Support Team
Presentation.Saved property in PowerPoint returns false for a new, un-modified presentation
Posted
over 1 year ago
by
abhitri
0
Comments
Suppose you are developing a PowerPoint add-in and want to use the PresentationCloseEvent to present users with a custom dialog to save the presentation only if the new presentation contains valid changes to be saved. Here is a code snippet from one...
Visual Studio Office Development (VSOD) Support Team
Word 2007 Bug: Accessing content controls having ID more than 2^31 results in an error.
Posted
over 2 years ago
by
Ajay Bandooni
0
Comments
Few days back I worked on an issue where a Word 2007 VSTO document solution, developed using VSTO 3.0, was behaving erratically when VSTO 4.0 was installed on the same machine. The Word document was very simple, it just had a Rich Text content control...
Visual Studio Office Development (VSOD) Support Team
Excel RTD Caching–Memory usage
Posted
over 2 years ago
by
Pranav Wagh
0
Comments
Microsoft Office Excel provides a worksheet function, RealTimeData (RTD). This function enables you to call a Component Object Model (COM) Automation server provides you with a way to view and update data in real time. This real-time data...
Visual Studio Office Development (VSOD) Support Team
Excel xml file behaves differently when opened in 32 bit and 64 bit versions of Internet Explorer
Posted
over 2 years ago
by
abhitri
0
Comments
Issue: Suppose you have an Excel XML file and you try to open it in inside an Internet Explorer 32 bit version(by drag drop), it opens just fine in Excel on a Microsoft Office 2010 machine. But if you try to open the same XML file inside a 64 bit version...
Visual Studio Office Development (VSOD) Support Team
VSTO 4.0 SP1 will cause a VSTO Addin to not find its config file.
Posted
over 2 years ago
by
Ajay Bandooni
2
Comments
Few days back i worked on a problem where a VSTO addin was failing to load after VSTO 4.0 SP1 was installed on the machine. This addin was reading some data from its application configuration file. There was some error during the load of the addin and...
Visual Studio Office Development (VSOD) Support Team
Smart tags built using Visual Basic 6 don't work with Word 2010 and PowerPoint 2010.
Posted
over 3 years ago
by
Ajay Bandooni
0
Comments
Recently I worked on a problem where the Visual Basic 6 (VB6) Smart tags were not working with Word 2010 and PowerPoint 2010. The same VB6 smart tags work fine in Word 2007 and PowerPoint 2007. The issue was, when we right click a term (which the...
Visual Studio Office Development (VSOD) Support Team
How to efficiently generate OpenXML Workbook from Excel files containing very large amount of data
Posted
over 3 years ago
by
Manvir Singh
9
Comments
Few days back, one of my colleague asked me for my help for a requirement to convert an Excel 97-2003 Workbook to an OpenXML based workbook . Although it may sound pretty easy, the catch was that the file to be converted had around millions of rows (you...
Visual Studio Office Development (VSOD) Support Team
How to retain alternate data stream associated with a word document while converting it to newer file format version
Posted
over 3 years ago
by
Manvir Singh
0
Comments
Recently I encountered a not so common [;-)] scenario while working with Word 2007: If you have a Word 97-2003 format document which also has an alternate data stream associated with it, converting this document to the newer file format (DOCX file...
Visual Studio Office Development (VSOD) Support Team
Using shortcut keys to call a function in an Office Add-in
Posted
over 3 years ago
by
Ajay Bandooni
0
Comments
Recently I came across a problem where a customer was looking for the ways to call a function in an VSTO office add-in using keyboard shortcuts. Since I could not find good documentation on it, I decided to document my findings. One can implement these...
Visual Studio Office Development (VSOD) Support Team
How to implement late bound event handling in case of a VSTO Add-In
Posted
over 3 years ago
by
Abhinav Tripathi
0
Comments
If you build a managed component that loads into Office application’s(Word, Excel , PowerPoint) process space, and the managed code uses the PIA (or a custom IA using event delegates) to sink events on the Application object, that application’s instance...
Visual Studio Office Development (VSOD) Support Team
How to set the editing restrictions in Word using Open XML SDK 2.0
Posted
over 3 years ago
by
Ankush Bhatia
3
Comments
Recently I worked on a scenario where customer wanted to set the Document Editing Restrictions in Word 2007 using Open XML SDK 2.0. Document Editing Restrictions is nothing but Review | Protect Documents | Restrict Formatting and Editing option in MS...
Visual Studio Office Development (VSOD) Support Team
How to Delete a Worksheet from Excel using Open XML SDK 2.0
Posted
over 3 years ago
by
Ankush Bhatia
7
Comments
Update (8 Feb 2013):- The sample code has been fixed for issues where it did not correctly delete all defined names and calculation cells. Recently I worked on a scenario where a user wanted to delete a worksheet from a workbook using Open XML SDK 2.0...
Visual Studio Office Development (VSOD) Support Team
“HeaderFooter (unknown member) : Invalid request.” Error, while setting slide footer text in PowerPoint 2007 via .Net
Posted
over 4 years ago
by
MSDNArchive
0
Comments
Symptoms: While programming PowerPoint 2007 in .Net, when you try setting Footer text for slides, you may encounter the following error message, Error Message: HeaderFooter (unknown member) : Invalid request. Cause This is a known...
Visual Studio Office Development (VSOD) Support Team
Excel: How do you implement Application_Quit event in Excel – In External automation scenario
Posted
over 4 years ago
by
Abhinav Tripathi
0
Comments
You may have come across this blog which demonstrates how you can capture Excel’s quit event from an Add-In (in process). This post will be about capturing Excel’s quit event when you are externally automating Excel. Consider this situation – You have...
Visual Studio Office Development (VSOD) Support Team
Word 2007: Customizing Document inspector leaves instance of Word open in the memory.
Posted
over 4 years ago
by
Sidharth Shah
0
Comments
Symptoms: If you have customized Document inspector for Word 2007 using IDocumentInspector interface, after running the Document Inspector on the document and then exiting out of Word, will leave an instance of the application in memory Cause...
Page 1 of 3 (53 items)
1
2
3