Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 225
Default Excel Add-Ins without VSTO

Hi Morten,

I agree with Nick's idea.
In nature the Office is still COM based, but in Office 2007 we have wrapped
the COM interface.
e.g.
In Excel 2003, if we want to write addin for Excel, we have to use PIA(
which is a .NET wrapper for office interface), and after we write class
library to implement COM Addin interface and register it to COM
In Excel 2007, We have more choice, e.g. application level Addin which did
not need register to COM, but this is because we make more efforts to use
VSTO to help load the .NET assembly and interactive with Office
application.(but it seems that you did not want VSTO).

Also since office 2007 is still in beta release, as for the development on
beta product you may try to post in the forum below.
Visual Studio Tools for Office
Questions on using Visual Studio 2005 Tools for the Microsoft Office System
to create managed code solutions in Excel 2003, Word 2003, InfoPath 2003, &
Outlook 2003
http://forums.microsoft.com/MSDN/Sho...ID=16&SiteID=1

If you have any concern, please feel free to let me know.

Best regards,

Peter Huang

Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
VSTO Excel -- Urgent Help bruno_c Excel Programming 2 July 5th 06 02:10 PM
ContextSwitchDeadlock with Excel VSTO Philippe Excel Programming 0 May 22nd 06 11:49 AM
VSTO 2.0 vs Excel VBA Ben Excel Programming 1 November 3rd 05 02:17 PM
Excel in VSTO Milo Excel Programming 0 June 17th 05 02:57 AM
VSTO Excel Addin JK Excel Programming 0 April 14th 04 09:26 PM


All times are GMT +1. The time now is 07:18 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"