C
Chuck
I'm trying to get my head around classes ... ideally I'd like to create add
ins that contain code used by a variety of subs in other add ins. I'm using
a progress bar form as my learning tool -- for instance ideally any sub in
any add in would be able to call up the progress bar from a single dedicated
add in; the alternative seems to be to copy the progress bar code to every
add in.
Is it possible to use a class that exists in a different add in? When I set
up a class in one add in and add a reference to it in second, the second only
sees the first's modules and ThisDocument. Do I need to create a sub in a
module in the first add in that allows the second to manipulate the class in
the first?
Apologies if this is a murky question. Any guidance much appreciated...
Should I be creating mac
ins that contain code used by a variety of subs in other add ins. I'm using
a progress bar form as my learning tool -- for instance ideally any sub in
any add in would be able to call up the progress bar from a single dedicated
add in; the alternative seems to be to copy the progress bar code to every
add in.
Is it possible to use a class that exists in a different add in? When I set
up a class in one add in and add a reference to it in second, the second only
sees the first's modules and ThisDocument. Do I need to create a sub in a
module in the first add in that allows the second to manipulate the class in
the first?
Apologies if this is a murky question. Any guidance much appreciated...
Should I be creating mac