HighTechTalks DotNet Forums  

Excel 2003 Workbook Project on Excel 2003 Standard Edition

Visual Studio.net (Tools Office) microsoft.public.vsnet.vstools.office


Discuss Excel 2003 Workbook Project on Excel 2003 Standard Edition in the Visual Studio.net (Tools Office) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Tomy Varghese
 
Posts: n/a

Default Excel 2003 Workbook Project on Excel 2003 Standard Edition - 02-22-2010 , 04:53 AM






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=5E86CAB3-6FD6-4955-B979-E1676DB6B3CB&displaylang=en


Microsoft Visual Studio 2005 Tools for the 2007 Microsoft Office System

Feature highlights:


• Application-level add-in projects for five Microsoft Office 2003
applications (Professional Edition and Standard Edition): Microsoft
Office Excel 2003, Microsoft Office Outlook 2003, Microsoft Office
PowerPoint 2003, Microsoft Office Visio 2003, and Microsoft Office Word
2003.



Is there any patch or workaround for this as not all clients will be
having the professional edition.

Thanks & Regards

Tomy

Reply With Quote
  #2  
Old   
Tomy Varghese
 
Posts: n/a

Default Re: Excel 2003 Workbook Project on Excel 2003 Standard Edition - 02-23-2010 , 06:29 AM






Tomy Varghese wrote:
Quote:
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=5E86CAB3-6FD6-4955-B979-E1676DB6B3CB&displaylang=en



Microsoft Visual Studio 2005 Tools for the 2007 Microsoft Office System

Feature highlights:


• Application-level add-in projects for five Microsoft Office 2003
applications (Professional Edition and Standard Edition): Microsoft
Office Excel 2003, Microsoft Office Outlook 2003, Microsoft Office
PowerPoint 2003, Microsoft Office Visio 2003, and Microsoft Office Word
2003.



Is there any patch or workaround for this as not all clients will be
having the professional edition.

Thanks & Regards

Tomy

The Workaround (?) :

Already developed the logic in seperate C# class libraries so in the
case of Standard office 2003, call these dll's using VBA via a COM
wrapper (COM interop = true). Will have to replace the Windows Controls
with VBA controls so may not get a great look and feel, but
functionality is intact.
The disadvantage would be that the code would travel with the work book
causing problems during an upgrade, Not to mention increased calls
between COM & Dotnet World. [VBA to C# to COM (Excel)!!]

Any other ideas/opinions are welcome please.

Cheers!

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.