Add a library with VBA

J

JF Bouthillier

Hi all,

Is there a way to have a command button that will add/remove a reference to
a library?

Thank you very much.
 
D

Douglas J. Steele

The References collection has an AddFromFile method and a Remove reference.
 
Top