M
ManicMiner17
Hi,
I have an addin which I share with some work colleagues.
I recently added a reference to the Microsoft Scripting Runtime to allow
me to use the FileSystemObject. It opens the old version and imports a
phone list into the new blank addin.
Before I share the update I would like to figure out whether the new
code will work on my colleagues machines without having to explicitly
add the reference in their VBE? Is there a programmatic way to do so? Is
it possible to use Application.Run instead of adding a reference?
I've read a lot about references but haven't seen anything which deals
with this.
DB
I have an addin which I share with some work colleagues.
I recently added a reference to the Microsoft Scripting Runtime to allow
me to use the FileSystemObject. It opens the old version and imports a
phone list into the new blank addin.
Before I share the update I would like to figure out whether the new
code will work on my colleagues machines without having to explicitly
add the reference in their VBE? Is there a programmatic way to do so? Is
it possible to use Application.Run instead of adding a reference?
I've read a lot about references but haven't seen anything which deals
with this.
DB