I have a set of workbooks that are very similair in function but for different groups so they must be kept separate. I have written a few macros to streamline a few tasks when working with this set of workbooks. Origninally I had the macros in each workbook individually, but this became inconvinient when a bug was found or a change was needed. The macros in each workbook had to be modified individually. So I decided to create an add-in that would contain all of my macros in one place. My problem is that I only want this particular add-in to be available when certain workbooks (the workbooks in my special set) are opened.
For example, lets say I am working in a new workbook that was created when I just open Excel, it is called "Book1". When working with Book1 I don't want my add-in to be available, but if while Book1 is still open I open one of my workbooks from the set that does use the add-in I want Excel to recognize that and make the add-in available.
I hope that is clear. I would rather not have any macros in the set of workbooks because it is more convinient if they are .xlsx files.
Thanks in advance.
Curtis
For example, lets say I am working in a new workbook that was created when I just open Excel, it is called "Book1". When working with Book1 I don't want my add-in to be available, but if while Book1 is still open I open one of my workbooks from the set that does use the add-in I want Excel to recognize that and make the add-in available.
I hope that is clear. I would rather not have any macros in the set of workbooks because it is more convinient if they are .xlsx files.
Thanks in advance.
Curtis