Sign in
Visual Studio Office Development (VSOD) Support Team
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
64 bit
Access
AddIns
ArgumentOutOfRange
Automation
Automation AddIn
Charts
COM addin
COM AddIns
CustomUI
DocumentInspector
Duplex printing
Event handling
Excel
HowTo
Installer
KB828638
Mappoint
msaddndr
Office
OLE
Open XML
Performance
PowerPoint
Project 2010
RibbonX
RTD
Saved
Shared addin
Signature
Slow
SP2
template
Troubleshooting
UDF
Visio
VSTO
VSTO 4.0
Word
WPF
XML Transform
Browse by Tags
MSDN Blogs
>
Visual Studio Office Development (VSOD) Support Team
>
All Tags
>
com addins
Tagged Content List
Blog Post:
Resolving performance issues with loading Office add-ins (VSTO add-ins or Shared add-ins)
Shiv Khare
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 Start – There could be some delay due to time...
on
18 May 2012
Blog Post:
Excel: How do you use RefEdit/range selection control to select a cell range using .Net
MSDNArchive
In Excel VBA, we could use RefEdit control on a user form for allowing users to select a cell range on worksheets. This control allows users to select a range easily just by dragging on Excel cells and it can be passed as an input (as range object) to the program. It is very beneficial for users while...
on
2 Oct 2009
Blog Post:
Excel: How do you implement Application_Quit event in Excel/how do you intercept Excel application Quit
MSDNArchive
We know Word Object model provides an event handler called Application_Quit, which will be triggered when the application quits, but we don’t have any such events for Excel (even for PowerPoint and some other Office applications). In order to workaround this issue, first thing that will come in our mind...
on
2 Oct 2009
Blog Post:
Excel: How to run C# code behind with a click of a button on a Worksheet, without VBA code
MSDNArchive
OLE object controls such as Command button, Checkbox, etc., allow us to call VBA code behind using OnAction property. However, when a situation arises that we have to call .Net code behind, we cannot use OnAction property, because this property requires a VBA macro to be assigned. In such situations...
on
2 Oct 2009
Blog Post:
Word 2003 SP3 throws intermittent error - There is insufficient memory. Save the document now
Shiv Khare
Summary An application automating Word 2003 SP3 intermittently throws below exception from Open method: "System.Runtime.InteropServices.COMException (0x800A13E9): There is insufficient memory. Save the document now." Symptoms Error Message: There is insufficient memory....
on
16 Mar 2009
Blog Post:
Troubleshooting COM Add-In load failures
Praveen Bengeri
This post helps troubleshoot Office COM Add-In load failures. As there can be many factors contributing to the failure, it is necessary that we be methodical when we approach this issue to ensure we haven’t missed anything simple. Before we begin, please note the terminology used in this post:...
on
22 Apr 2008
Page 1 of 1 (6 items)