D
Denys
Good day everyone,
Is it possible through VBA in the Workbook open to add an instruction
in order to make sure that the "Microsoft Forms 2.0 Object Library" is
entered..
In the VBA window, you must click on Tools, then References and then
click on the "Microsoft Forms 2.0 Object Library"
I'd like this to be automated..... I tried:
Private Sub Workbook_Open()
VB(References("Microsoft Forms 2.0 Object Library")).Installed
= True
Does not work... Also played around with the paranthesis.... Did not
work either...
If someone knows, I would appreciate.
Thanks for your time
Denys
Is it possible through VBA in the Workbook open to add an instruction
in order to make sure that the "Microsoft Forms 2.0 Object Library" is
entered..
In the VBA window, you must click on Tools, then References and then
click on the "Microsoft Forms 2.0 Object Library"
I'd like this to be automated..... I tried:
Private Sub Workbook_Open()
VB(References("Microsoft Forms 2.0 Object Library")).Installed
= True
Does not work... Also played around with the paranthesis.... Did not
work either...
If someone knows, I would appreciate.
Thanks for your time
Denys