Jaymond Flurrie
Well-known Member
- Joined
- Sep 22, 2008
- Messages
- 913
- Office Version
- 2016
So, I'm maybe getting ahead of myself a bit, but my thesis is all the time getting closer to finish and I'm supposed to give it to my teacher and for some people to test.
Now ok, I can just give an XLS (or XLSM)-file, but what do I do with references? I mean, I'm using at least two references in my VBA code, "Microsoft Scripting Runtime" is one of those. Do I tell everyone that "turn on VBE and press tools and blah blah blah", or can I actually make this "a real application" by automatizing those references? How do I do that?
Is there some way that everytime my workbook starts, my application checks if references to needed libraries are set? If, then how do I make that check. I'd like an example with for example this "Microsoft Scripting Runtime", it seems to be located in "C:\WINDOWS.0\system32\scrrun.dll" on my computer.
Now ok, I can just give an XLS (or XLSM)-file, but what do I do with references? I mean, I'm using at least two references in my VBA code, "Microsoft Scripting Runtime" is one of those. Do I tell everyone that "turn on VBE and press tools and blah blah blah", or can I actually make this "a real application" by automatizing those references? How do I do that?
Is there some way that everytime my workbook starts, my application checks if references to needed libraries are set? If, then how do I make that check. I'd like an example with for example this "Microsoft Scripting Runtime", it seems to be located in "C:\WINDOWS.0\system32\scrrun.dll" on my computer.