error while importing UserForm: OleObjectBlob cannot be set

K

kevinkor

I get the following error while trying to import a .frm and associated .frx
file into VBA:
Errors during load.
Refer to 'D:\Microsoft Business Solutions\Great
Plains\frmCivicAddressSearch.log' for details.

The .log file contains the message:
Line 2: Property OleObjectBlob in frmCivicAddressSearch could not be set.

I am able to successfully import this form into a VBA project on another
computer.

Any ideas why I am unable to import into this computer?
 
Top