Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Creating a production quality Excel add-in

Hi,

I have an Excel add-in that will become a retail product.

1) Does VBA support the use of resource files (string tables,...)? If not,
is the best way to access localized resources through a helper ActiveX
component that can get at resources?

2) Is there a way to compile and resolve references for the add-in outside
of Excel. I'd like to automate the build process using makefiles/scripts.

Thanks in advance,
Robin
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 205
Default Creating a production quality Excel add-in

Hi RobinC,

I have an Excel add-in that will become a retail product.


Congratulations, and good luck

1) Does VBA support the use of resource files (string tables,...)?


No.

If not,
is the best way to access localized resources through a helper ActiveX
component that can get at resources?


That depends how and when you want the strings to be localised. Using a
helper ActiveX component is great if you want to be able to perform the
localisation independent of/after the build, but most people just include a
worksheet that contains a translation table - one column per language and
some sort of ID in the first column.

2) Is there a way to compile and resolve references for the add-in outside
of Excel. I'd like to automate the build process using makefiles/scripts.


Not entirely 'outside of Excel', but by automating Excel within the script
and manipulating the Workbook.VBProject.References collection.

Regards

Stephen Bullen
Microsoft MVP - Excel
www.oaltd.co.uk


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Creating a production quality Excel add-in

Thanks!



"Stephen Bullen" wrote:

Hi RobinC,

I have an Excel add-in that will become a retail product.


Congratulations, and good luck

1) Does VBA support the use of resource files (string tables,...)?


No.

If not,
is the best way to access localized resources through a helper ActiveX
component that can get at resources?


That depends how and when you want the strings to be localised. Using a
helper ActiveX component is great if you want to be able to perform the
localisation independent of/after the build, but most people just include a
worksheet that contains a translation table - one column per language and
some sort of ID in the first column.

2) Is there a way to compile and resolve references for the add-in outside
of Excel. I'd like to automate the build process using makefiles/scripts.


Not entirely 'outside of Excel', but by automating Excel within the script
and manipulating the Workbook.VBProject.References collection.

Regards

Stephen Bullen
Microsoft MVP - Excel
www.oaltd.co.uk



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
Presentation quality Excel tables? LunaMoon Excel Discussion (Misc queries) 7 September 9th 08 07:51 AM
Presentation quality Excel tables? LunaMoon Charts and Charting in Excel 3 September 9th 08 07:51 AM
Creating a production schedule Kees Vos[_2_] Excel Worksheet Functions 0 December 7th 07 11:13 PM
Print Quality setting in Excel LAR Excel Discussion (Misc queries) 0 August 17th 07 02:09 AM
Why can't I change the print quality in Excel? Swilliamjackson Excel Discussion (Misc queries) 0 February 22nd 05 03:17 PM


All times are GMT +1. The time now is 12:38 AM.

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

About Us

"It's about Microsoft Excel"