VSTO and worksheet formulae
Wed, 14 May 2008 13:53:21 -0700 (PDT)
Hi there,
How can I write a function that is available as a formula on a
worksheet in a VSTO/code behind a sheet solution? I am aware of
automation add-ins but these functions are meant to retrieve data from
a pre-populated object and if I write a simple automation add-in then
the data object would have to be ...
|
XML Word 2003
Wed, 14 May 2008 15:14:20 +0100
What I would like to do is to create a Form with two Combo Boxes.
The combo boxes will be populated from an XML file:
Europe France
Europe Germany
Asia China
Asia Japan
Asia North Korea
Africa Morocco
Africa Eqypt
Africa South Africa
...
|
Issue with writing Cube formulas
Wed, 14 May 2008 05:41:01 -0700
Hi -
I'm developing a VSTO application (C#, Office 2007, Excel 2007
Template/Workook) that will reference a OLAP Cube located on an Microsoft
Analysis Server.
I am having trouble entering Cube formulas in specific cells on the Excel
screen.
The intelisense comes up ok, but when I double click on a int ...
|
How to access Outlook 2003 Appointment Label color property
Tue, 13 May 2008 13:19:02 -0700
Can anyone tell me how to access the Label color property of an Outlook 2003
appointment programmatically?
thanks. ...
|
Data Cube as a Data Source
Mon, 12 May 2008 09:35:06 -0700
Hi -
I'm developing a VSTO application (C#, Office 2007, Excel 2007
Template/Workook) that will reference a OLAP Cube located on an Microsoft
Analysis Server. I'd like to "Add New Data Source" for the cube, similar to
the way one would access a table in a SQL Server Database. Is it possible to
do this? ...
|
Creating menu like fonts
Mon, 12 May 2008 10:20:18 +0200
Hello!
Is there any possibility to create with VS2008 and VSTO for Office 2007 menu
like Word 2007 fonts?
I want to create signatures menu. I would like to show that before choosing.
Regards
Leszek
...
|
Images in screentip like Insert->CoverPage screentip
Sat, 10 May 2008 21:13:23 +0200
Hi
I'm playing with VSTO to VS2008 trying to make a ribbon where a can generate
a screentip like the one on Insert -> Cover Page - that is: "Showing a
sample doc picture in the tip function"
Can anybody point me in the right direction?
Thanks
Flemming
...
|
|
|
Deploy a Excel 2003 application (VSTO 3.0!)
Sat, 3 May 2008 11:43:33 +0200
Hi,
i have developed a simply Excel 2003 Application with VSTO 3.0 (VB 2008).
The application shows only a message on startup.
On the develop-pc the application runs without problems.
When i deploy the application on another pc i receive a message like the
following:
"The assembly * can't be found in , o ...
|
MSDN Walkthrough on Calling a Code Converter Web service from a
Custom Task pane in Word 2007
Wed, 30 Apr 2008 08:11:44 -0700 (PDT)
I printed out the above reference paper from MSDN and attempted to
create the VS2008 project described. I think I may be missing some
pages.... I could not get the ribbon button to work - there didn't
appear to be any callback code?
Also, I didn't see the code for the buttons to call the web service -
how d ...
|
VSTO: Access the built-in ribbon
Mon, 28 Apr 2008 19:20:08 +0200
Hi
I need to get hold of the control on the AppointmentItem called "Invite
Attendees". I am capable of getting hold of the controls in the menu:
--
AppointmentItem item = (Outlook.AppointmentItem)this.OutlookItem;
MAPIFolder folder =
item.Session.GetDefaultFolder(OlDefaultFolders.olFolderCalendar);
Outlook. ...
|