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
Excel
HowTo
Mappoint
Office
Open XML
PowerPoint
RibbonX
RTD
Signature
SP2
Troubleshooting
UDF
Visio
VSTO
Word
WPF
XML Transform
Archive
Archives
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)
MSDN Blogs
>
Visual Studio Office Development (VSOD) Support Team
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Visual Studio Office Development (VSOD) Support Team
Word 2007 Bug: Accessing content controls having ID more than 2^31 results in an error.
Posted
3 months 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
4 months 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
7 months 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
7 months 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 2 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 2 years ago
by
Manvir Singh
5
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 2 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 2 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 2 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 2 years ago
by
Ankush Bhatia
2
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 2 years ago
by
Ankush Bhatia
2
Comments
Recently I worked on a scenario where a user wanted to delete a worksheet from a workbook using Open XML SDK 2.0. The worksheet may contains some formulas, defined names, pivot tables etc… Though MSDN provides a code snippet which explains how to delete...
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 3 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 3 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 3 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...
Visual Studio Office Development (VSOD) Support Team
Excel 2007, WPF: Events are not fired for items that overlap Excel UI for WPF context Menus
Posted
over 3 years ago
by
Sidharth Shah
0
Comments
Symptoms: Consider a scenario where you have a VSTO 3.0 add-in for Excel 2007 that loads up a WPF control in a custom task pane as a context menu. You have also subscribed to the MenuClick event for each item of the Context Menu. The context menu is displayed...
Visual Studio Office Development (VSOD) Support Team
Excel 2007: Ribbon tabs (TabAddIns) disappear from doc level customizations if user opens and closes a doc running in the same instance of Excel
Posted
over 3 years ago
by
Sidharth Shah
0
Comments
Symptoms: Consider a scenario where you have developed a Document level customization for Excel 2007 using Visual Studio Tools for Office 3.0 and you have customized the default tab (TabAddIns) to add any Office Ribbon control. You will notice that the...
Visual Studio Office Development (VSOD) Support Team
How to loop through the app-domains in the current process
Posted
over 3 years ago
by
Ajay Bandooni
0
Comments
Consider a scenario where we have a VSTO add-in and an automation add-in for Excel and we want to share some objects from the VSTO addin to the Automation add-in. Because the VSTO add-in is loaded in its own separate appdomain and the automation add-in...
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...
Visual Studio Office Development (VSOD) Support Team
Issue: Change in behavior from Office 2007 RTM to SP2 when Sheet.Unprotect is called
Posted
over 3 years ago
by
Manvir Singh
0
Comments
Let’s say you have a password protected Excel workbook, and you are calling following function through VBA in it: Sheet.Unprotect Password:= "" If you run this macro in Office 2007 RTM or SP1 version, it will result in a VBA Error; provided the actual...
Visual Studio Office Development (VSOD) Support Team
Issue: Formatting individual characters of Data Labels of Charts programmatically in Excel 2007 SP2
Posted
over 3 years ago
by
Manvir Singh
0
Comments
If you are working with Charts programmatically in Excel 2007 Service Pack 2, and are trying to set the formatting of individual characters of Data Labels of charts programmatically, you will notice that the formatting gets applied to the whole of Data...
Visual Studio Office Development (VSOD) Support Team
WORD 2003/EXCEL 2003: VSTO Customization added using ServerDocument.AddCustomization method does not add customization if your document contained an embedded VSTO customized Document/WorkBook
Posted
over 3 years ago
by
Sidharth Shah
2
Comments
PROBLEM DESCRIPTION Consider this scenario. You are adding VSTO customizations dynamically to Word 2003/Excel 2003 documents using ServerDocument.AddCustomization method. The ServerDocument.AddCustomization method succeeds. But when you try to open...
Visual Studio Office Development (VSOD) Support Team
Presentation Close event is incorrectly fired while issuing Presentation Print Command
Posted
over 3 years ago
by
Shiv Khare
0
Comments
Summary When the print command of a PowerPoint Presentation is issued, the presentation.close event is fired in addition to the Print event・ However, the expected behavior is that the presentation.close event should not get fired when the print...
Page 1 of 2 (42 items)
1
2