Basicaly, I want to open a workbook on mulitple computers and that file will have a "print all" button that will print a bunch of files of varying filetypes associated with that workbook (pdf drawings, word documents, etc...)
I'm wondering: If I set a reference in vba, and I write code using that referenced object, I save my workbook. Now what happens when I open that file on another computer? Does that computer have to have the same references set, or is that info saved with the project?
Does my question sense? I've been searching the crap out of google and cant find any info regarding how references work in that aspect.
I'm wondering: If I set a reference in vba, and I write code using that referenced object, I save my workbook. Now what happens when I open that file on another computer? Does that computer have to have the same references set, or is that info saved with the project?
Does my question sense? I've been searching the crap out of google and cant find any info regarding how references work in that aspect.