I have an add-in that uses a custom class module for manipulating charts. It works fine on most computers, but some it will not load, or (possibly) can not be found.
I start off by declaring the class at the beginning of my first module:
which works fine for the computers that recognize the module, but it throws errors on the ones that don't.![]()
Public ChartClass As CClass
My questions are:
A) Is there another way to declare this so the error will not happen?
B) Is there a way to check to see if the module is there before declaring the ChartClass publicly?
Thanks for the help in advance.
~Frab
Bookmarks