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
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
64 bit
Access
AddIns
Automation
Automation AddIn
Charts
COM addin
COM AddIns
CustomUI
DocumentInspector
Duplex printing
Excel
HowTo
Mappoint
Office
OLE
Open XML
PowerPoint
RibbonX
Shared addin
SP2
Troubleshooting
UDF
VSTO
Word
Archive
Archives
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)
October, 2009
MSDN Blogs
>
Visual Studio Office Development (VSOD) Support Team
>
October, 2009
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Visual Studio Office Development (VSOD) Support Team
Excel: How do you use RefEdit/range selection control to select a cell range using .Net
Posted
over 3 years ago
by
MSDNArchive
0
Comments
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...
Visual Studio Office Development (VSOD) Support Team
Excel: How do you implement Application_Quit event in Excel/how do you intercept Excel application Quit
Posted
over 3 years ago
by
MSDNArchive
0
Comments
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...
Visual Studio Office Development (VSOD) Support Team
Excel: How to run C# code behind with a click of a button on a Worksheet, without VBA code
Posted
over 3 years ago
by
MSDNArchive
0
Comments
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...
Visual Studio Office Development (VSOD) Support Team
Word: How to do “Drag and Drop” of Content controls from Task Pane to the document
Posted
over 3 years ago
by
MSDNArchive
1
Comments
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...
Page 1 of 1 (4 items)