Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
This may be more of a deployment issue than a programmatic one. My question is: I have defined a number of useful classes that i would like to use in various excel workbooks (ie. VBA projects). How can i programmaticaly use these classes without having to define individual and identical class modules for each workbook (VBA project). Doing it this way makes maintenance a nightmare if i have a change in the class definition; that means i'll have to change all the workbooks where this class is defined as well It would be better if i could define the class and make it "global" so that all workboods could create instances of that class without having the class module definition reside in that same workbook. Any suggestions would be greatly apprecaited. Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Accessing VBA subroutines in another workbook | Excel Programming | |||
Accessing workbook info from a different workbook macro | Excel Programming | |||
Accessing workbook info from a different workbook macro | Excel Programming | |||
calling from one workbook the classes and functions in another | Excel Programming | |||
Using classes defined in an add-in | Excel Programming |