Excel 2003 Workbook Project on Excel 2003 Standard Edition
Mon, 22 Feb 2010 16:23:27 +0530
Hi All,
I have created an Excel 2003 Workbook project. All is well with the
functionality till i try to use in Excel 2003 Standard Edition where it
freezes. Excel 2003 Addins work fine though.
I fear the worst (ie. its not possible) according to :
http://www.microsoft.com/downloads/details.aspx?FamilyId ...
|
Query for a range contained by Range.AutoFilter
Wed, 17 Feb 2010 14:46:49 -0500
C# 3.0, Window XP Pro, Visual Studio 2008, Office 2007
I am able to generate a filter using the Range.AutoFilter method on a
ListObject table in Excel. However, elsewhere in the application, I want to
be able to get that filtered range into a Range object.
Any suggestions on how I can go about doing this? ...
|
Cannot access adjustments of a Word shape
Sat, 06 Feb 2010 16:10:30 +0100
Hi,
I am developing a Word addin, which inserts a picture from
clipboard into a canvas shape. So far, so good.
After insertion I try to access the Adjustments property of the
inserted shape (= Pic).
But the corresponding statement
Dim Adjustments As Word.Adjustments = Me.Pic.Adjustments
results in an I ...
|
Custom Function In VSTO EXCEl . Results should be display in excel
Thu, 4 Feb 2010 22:13:13 -0800 (PST)
I have create a custom function in c# using vsto excel.
I had a issue while running this Custom function in new excel sheet .
The issue was i need to select the default cell range of columns and
rows for displaying the results. With out that unable to display.
My question was without selecting the default ra ...
|
VS 2008, Return control to calling app
Sat, 30 Jan 2010 19:30:05 +0100
Hi All,
I have an Excel taskpane project in VS 2008.
One of the things I have is a worksheet_selectionchange event.
Because the action which follows this event may be lengthy I'd like to return
control to the user as soon as the event handler is fired.
Here is the relevant event handler:
Private Sub x ...
|
HRESULT E_FAIL Exception!
Tue, 19 Jan 2010 22:07:30 GMT
Hi,
I am trying to generate a powerpoint presentation in C#. It works well on my
local machine which is running XP. When I run the application on Windows
Server 2003 (our Server) the presentation gives HRESULT E_FAIL when I call
the following code
chart = (Microsoft.Office.Interop.Graph.Chart)slide.Shapes ...
|
Write data with International characters to Excel
Wed, 16 Dec 2009 18:26:44 -0500
Hi all:
I have an ASP.NET application that writes out data to an Excel spreadsheet.
This works fine unless there are international characters in the data, such
as:
AgCert do Brasil Soluções Ambientais Ltda.
and then the characters get messed up and are replaced by things like:
AgCert do Brasil Soluç ...
|
|
|
How to extract Shape with ProgID MailmsgAtt from MSWord and vb.net
Fri, 11 Dec 2009 14:18:45 -0800 (PST)
Hi,
I have a small program that extracts embedded objects from word.
I check progID to extract specific type of objects, but I can not
extract embedded objects that are of type "MailMsgAtt", any
sugggestion is highly sappreciated. ...
|
VSTO Word Addin Default Document
Tue, 17 Nov 2009 07:51:02 -0800
I'm developing a Visual Studio 2008 VSTO Word 2007 addin task pane. For each
build (F5), I would like it to open a specific document, not the generic
empty one it does by default. How is that done? ...
|
mailmerge hide code
Sun, 15 Nov 2009 17:44:51 +0100
Hi!
Firts of all, sorry for my poor english, i am spanish speaker only ... ;)
I have an aplication in VB.net. This application calls the word and creates 2 files, one with one table with the data amd other the document with the data placed via mailmerge. The result is saved in the program
To opening the secon ...
|