Quantcast
Channel: Visual Studio Office Development (VSOD) Support Team
Browsing index pages (60 articles)

Office VBA: Reference downgrade problem

In the world of Office VBA programming, many a times there is a need to automate other Office applications from an Office application’s VBA code. For example – You have Office 2016 installed on your...

View Article


Considerations while reading/writing registry keys under HKLM from Office...

An add-in running on Click-to-Run (C2R) version of Office (Office 365), which creates custom registry entries under HKLM hive, will have the registry entries created in the C2R portion of the registry...

View Article


After installing Office 2016 Version 1609 Office files containing VBA Form...

Issue If an Office file has a UserForm which has Cycle Property set to “2 – fmCycleCurrentForm” (or any other control which has this property set) then the Office application may hang while trying to...

View Article

VSTO Add-in may fail to load if signed by some SHA256 certificates

Symptom VSTO add-in may fail to load if all of the following conditions are true:- The SHA256 certificate used to sign the add-in is based on SHA256 algorithm...

View Article

Image may be NSFW.
Clik here to view.

Considerations for common performance issues with Office Add-ins and Macros...

The intent of this blog post is to address frequent questions that we see comparing performance difference between Office 2010 and 2013, especially by developers who use Office as a development...

View Article


After installing MS15-022 update you may not be able to run HTML script under...

Symptom After installing MS15-022 update you may not be able to run HTML script under Office context Cause This security update opts Microsoft Word, Excel, or PowerPoint into local computer lockdown, a...

View Article

Image may be NSFW.
Clik here to view.

Using MSBUILD through command line or from TFS Server to compile VSTO...

Symptom You may get the following errors if you try to compile VSTO Projects through MSBUILD through command line or from TFS Server Post Visual Studio Update 3 C:Program...

View Article

Image may be NSFW.
Clik here to view.

ActiveProject.CustomDocumentProperties may return ‘null’ for Applications...

Few days back I worked on an issue where an application compiled using Visual Studio 2010 C# Express edition was getting ‘null’ at “Application.ActiveProject.CustomDocumentProperties” when trying to...

View Article


Office automation through VC++ using MFC Class from TypeLib results into...

When trying to Automate Excel, Word, etc using VC++ (MFC based application) in Visual Studio 2010 we generally perform the following steps –   1-Go to Visual Studio 2-Click New Project 3-Expand Visual...

View Article


Image may be NSFW.
Clik here to view.

Customizing Office 2013 backstage

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...

View Article

VB6 based add-ins may fail to work in Office 2013

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...

View Article

Considerations for using Dsofile on 64 bit OS

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,...

View Article

Image may be NSFW.
Clik here to view.

Troubleshooting common VSTO issues – Part 2

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...

View Article


Image may be NSFW.
Clik here to view.

VSTO Add-in may fail to load if signed by some SHA256 certificates

SymptomVSTO add-in may fail to load if all of the following conditions are true:-The SHA256 certificate used to sign the add-in is based on SHA256 algorithm...

View Article

Image may be NSFW.
Clik here to view.

Considerations for common performance issues with Office Add-ins and Macros...

The intent of this blog post is to address frequent questions that we see comparing performance difference between Office 2010 and 2013, especially by developers who use Office as a development...

View Article


Image may be NSFW.
Clik here to view.

After installing MS15-022 update you may not be able to run HTML script under...

SymptomAfter installing MS15-022 update you may not be able to run HTML script under Office contextCauseThis security update opts Microsoft Word, Excel, or PowerPoint into local computer lockdown, a...

View Article

Image may be NSFW.
Clik here to view.

Using MSBUILD through command line or from TFS Server to compile VSTO...

SymptomYou may get the following errors if you try to compile VSTO Projects through MSBUILD through command line or from TFS Server Post Visual Studio Update 3C:\Program...

View Article


Image may be NSFW.
Clik here to view.

ActiveProject.CustomDocumentProperties may return ‘null’ for Applications...

Few days back I worked on an issue where an application compiled using Visual Studio 2010 C# Express edition was getting ‘null’ at “Application.ActiveProject.CustomDocumentProperties” when trying to...

View Article

Image may be NSFW.
Clik here to view.

How to create a document from a template (dotx, dotm) and attach to it using...

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....

View Article

Image may be NSFW.
Clik here to view.

Presentation.Saved property in PowerPoint returns false for a new,...

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...

View Article
Browsing index pages (60 articles)


Latest Images