Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 220
Default Splitting an Add-in package over several Add-ins

I am concerned that an add-in of my design is ballooning to become
unwieldy. Does anyone have any tips, advice, warnings about splitting
it up over several add-ins, only a few of which are loaded at a time to
respond to user actions?

Or would it be better to leave in a single add-in? What is the size at
which an add-in becomes too large?

I know these are all vague questions, but even fuzzy answers would be
better than none. Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 170
Default Splitting an Add-in package over several Add-ins


"R Avery" wrote in message
...
I am concerned that an add-in of my design is ballooning to become
unwieldy. Does anyone have any tips, advice, warnings about splitting
it up over several add-ins, only a few of which are loaded at a time to
respond to user actions?

Or would it be better to leave in a single add-in? What is the size at
which an add-in becomes too large?

I know these are all vague questions, but even fuzzy answers would be
better than none. Thanks!


As a general rule consider splitting out functions that are generic
enough to use in other applications.

At the very least put your code in multiple code modules and
document it internally with lots of comments. There's little
more frustrating tha having to debug an app with no
information about what its supposed to be doing and
you'd be surprised how little time it takes to lose track
of what code is supposed to be doing even when you
wrote it yourself

You may want to consider moving to compiled dll's or COM
add-ins which offer rather more security for your code than a
conventional add-in and which as registered components
are somewhat easier to keep up to date if your application
is distributed.

Keith.


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
PACKAGE & DEPLOYMENT WIZARD FARAZ QURESHI Excel Discussion (Misc queries) 2 January 22nd 07 06:51 AM
An additional charts package? [email protected] Excel Discussion (Misc queries) 2 January 22nd 05 07:49 PM
How to package macro/VBA for commercial use? Haydn Williams Excel Programming 1 November 5th 03 11:21 AM
How to package macro/VBA for commercial use? Haydn Williams Excel Programming 0 November 5th 03 09:16 AM
Deciding on a Reporting Package G[_4_] Excel Programming 0 October 13th 03 06:01 PM


All times are GMT +1. The time now is 05:41 PM.

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"