Adding Actionspane to Word Add-in for Office 2003
Wed, 25 Jun 2008 10:41:11 +0200
Can someone tell me if it's possible to use the Actionspane in a Word
Add-inn?
I'm using a Actionspane to extract Contacts from Outlook and add them to 7
different Word templates. I can use a Actionspane in a Word-document
project, but it disappears when I open a new template.
I've tried to add the Actio ...
|
No more guessing who putts first! Best golf gift!
Wed, 18 Jun 2008 09:02:15 -0500
Number 1 golf measuring device.<o:p> </O:P> http://www.proxometer.com The fastest, most accurate way to determine who is closest to the pin.<o:p> </O:P> http://www.proxometer.com A great training tool on the putting green<o:p> </O:P> http://www.proxometer.com Automated Statistical Device<o:p> </O:P> ...
|
Hook to the send button in outlook 2003
Wed, 18 Jun 2008 05:45:29 -0700 (PDT)
Hi,
I would like to hook to the outlook send button and to extend it's
fuctionallty using vsto 2005 se.
I want to use the send button inselfe and not to add new button which
will do my functinallity and then send the email as the send button
Is this possible to do?
Thanks,
Lior Schwimmer ...
|
Add Outlook Contacts to Dataset or Datatable
Fri, 13 Jun 2008 15:18:49 +0200
Hi,
Can anybody tell me how I can add Outlook contacts to a dataset or datatable
in C# for sorting?
I keep getting errors when I compile this code:
public static DataTable GetContacts()
{
Outlook.Application oApp = new
Microsoft.Office.Interop.Outlook.Application();
...
|
Outllok 2007
Thu, 12 Jun 2008 18:37:00 -0700
Im using outlook 2007 and are wanting to have a different reply address from
the email address that I'm sending from? ...
|
AddIn not loaded - .Net 3.5
Thu, 12 Jun 2008 14:20:32 -0700 (PDT)
I created an Addin for word 2003 using visual studio 2008.
It runs fine in the development environment.
When i install it on the same development machine using a setup
project (not clilkonce) the addin does not load. When i open the
"com
add-ins" dialog in word 2003 i see the addin. It is unmarked and the
...
|
Newbie question... AddComment in Excel fails?
Wed, 11 Jun 2008 13:36:57 -0700
Very strange. I'm calling
Range r = (Range)oSheet.Cells[row, column];
r.AddComment("My comment");
r.Comment.Visible = true;
But I don't see the comment. What am I missing?
...
|
|
|
Install Outlook Add-in All Users
Wed, 11 Jun 2008 12:26:11 -0700 (PDT)
I've read every article I could find to get my Outlook 2003 Add-in
installed on my network here. It only loads up if it is installed &
run under an administrator account. It does not work under a domain
user on XP or Vista workstations. I've tried many of the following
with no result.
1. Moved Registry val ...
|
Example C# VSTO Excel Code - Pivot Table
Wed, 4 Jun 2008 14:53:35 -0700 (PDT)
Does anyone have any sample code for this:
I would like to be able to dynamically insert new worksheets and add
pivottables to these worksheets.
So far I have not been able to dynamically add a Connection object,
PivotCache object, or Pivot Table successfully.
I'm trying to use an external source.
What is ...
|
VSTO Excel / WinForms question
Thu, 29 May 2008 18:47:49 -0700 (PDT)
I can throw a button on a Worksheet that opens a WinForm. But I can't
figure out to the put a Button on a WinForm to a worksheet to the
workbook. I keep getting an error:
Object reference not set to an instance of an object.
What is the correct way to get a reference back to the ThisWorkbook
object? with ...
|