Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Visual Studio Office Developer (VSOD) Support Team
This Blog
About
Syndication
RSS 2.0
Atom 1.0
Search
News
These postings are provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at
Microsoft
Tags
64 bit
Access
AddIns
Automation
Charts
COM addin
COM AddIns
Excel
HowTo
Installer
Mappoint
Office
PowerPoint
Shared addin
SP2
Troubleshooting
VB6
VSTO
Word
Recent Posts
Excel 2007, WPF: Events are not fired for items that overlap Excel UI for WPF context Menus
Excel 2007: Ribbon tabs (TabAddIns) disappear from doc level customizations if user opens and closes
How to loop through the app-domains in the current process
Excel: How do you use RefEdit/range selection control to select a cell range using .Net
Excel: How do you implement Application_Quit event in Excel/how do you intercept Excel application Qui
Archives
December 2009 (2)
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)
Browse by Tags
All Tags
»
Word
(RSS)
Automation
Charts
COM AddIns
HowTo
Office
PowerPoint
SP2
Troubleshooting
VSTO
Friday, October 02, 2009 4:44 PM
Word: How to do “Drag and Drop” of Content controls from Task Pane to the document
Create a Word VSTO application level project for Word using Visual Studio 2008/2005 (For VS 2005, you need to install VSTO SE ). To do that, go to File Menu in VS -->New-->Project-->Expand Office hive-->Select Word 2007 Add-in Add a user control
Posted by
Obuli Mani J
|
0 Comments
Filed under:
VSTO
,
HowTo
,
Word
Monday, June 15, 2009 5:34 PM
Creating charts in Word and PowerPoint using newly introduced Object Model in Office 2007 Service Pack 2
Office 2007 SP2 has added a major inclusion to the Object Models of Word and PowerPoint, i.e., Object Model for Charts. This new object model (OM) provides office application programmers flexibility to manipulate charts programmatically in Word and PowerPoint.
Posted by
Manvir Singh
|
19 Comments
Filed under:
Automation
,
Word
,
Office
,
PowerPoint
,
Charts
,
SP2
Monday, March 16, 2009 2:07 PM
Word 2003 SP3 throws intermittent error - There is insufficient memory. Save the document now
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
Posted by
Shiv Khare
|
2 Comments
Filed under:
Automation
,
Word
,
Troubleshooting
,
COM AddIns
,
Office