Hi all,
I was just wondering, what exactly happens when you save a workbook as an Add-In?
Do modules in the add-in become available to other workbooks?
In copying a workbook from one machine to another, would you also need to move the Add-In should you decide to use it on that machine? (I would think so)
In a complex workbook, might it be preferable to save a workbook containing relevant code changes as an Add-In as opposed to significantly altering the original workbook?
Is it possible to automatically declare an Add-In upon workbook activation from within VBA?
I have saved a blank workbook as an Add-In, and I can see the “Add-In” project from the VBE. I have experimented with opening and referencing other workbooks from one workbook, via seemingly complicated windows and workbook manipulation. Is, or could it be, that an “Add-In” actually loads a workbook when the Add-In is selected, creating an easier method to access the “Add-In” workbook?
Seems to be a lot of uses for an Add-In, just don’t quite think I understand all the possibilities…
Thanks,