Hello There,
I am using MS Office 2010 on Windows 10 (64 bit).
In my VBA code, I am using the below variable which is referencing to 'Microsoft Forms 2.0 Object Library'. It has been enabled through Tools - References:
The code works fine.
I have the below question:
1. When I use this workbook in another Windows machine(s), would it work fine? or do I have to go to each machine where this workbook would be used and enable 'Microsoft Forms 2.0 Object Library' via Tools-References and enable ?
Could you please advise.
Thanks & regards,
Don
I am using MS Office 2010 on Windows 10 (64 bit).
In my VBA code, I am using the below variable which is referencing to 'Microsoft Forms 2.0 Object Library'. It has been enabled through Tools - References:
Code:
Dim oClip As New MSForms.DataObject
The code works fine.
I have the below question:
1. When I use this workbook in another Windows machine(s), would it work fine? or do I have to go to each machine where this workbook would be used and enable 'Microsoft Forms 2.0 Object Library' via Tools-References and enable ?
Could you please advise.
Thanks & regards,
Don