PeterMoran
MIS
Hi,
I am trying to Import a Form into my "personal.xlsb" in XL07, and get the following error:
Line 8: Property OleObjectBlob in frmChangeCase had an invalid file reference.
Have just tried the same thing into a new "personal.xlsb" in XL10 where I understand the form has been tested.
Line 8 in the Form is:
OleObjectBlob = "frmChangeCase.frx":0000
I have not imported a form into VBA before so I selected "personal.xlsb" on the left of the VBA page and then selected File, Import.
Then I see an Error Window with:
Errors during load, Refer to log file for details.
The log file is as I have displayed above: "Line 8....."
Then a further window displaying:
"System Error - plus further details - not recorded.
Finally I get:
"Out of Memory!"
If the error is in line 8, how do I load the form to modify the code?
Thanks for viewing.
Any assistance greatly appreciated.
Peter Moran
I am trying to Import a Form into my "personal.xlsb" in XL07, and get the following error:
Line 8: Property OleObjectBlob in frmChangeCase had an invalid file reference.
Have just tried the same thing into a new "personal.xlsb" in XL10 where I understand the form has been tested.
Line 8 in the Form is:
OleObjectBlob = "frmChangeCase.frx":0000
I have not imported a form into VBA before so I selected "personal.xlsb" on the left of the VBA page and then selected File, Import.
Then I see an Error Window with:
Errors during load, Refer to log file for details.
The log file is as I have displayed above: "Line 8....."
Then a further window displaying:
"System Error - plus further details - not recorded.
Finally I get:
"Out of Memory!"
If the error is in line 8, how do I load the form to modify the code?
Thanks for viewing.
Any assistance greatly appreciated.
Peter Moran