userform error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I created a userform in Office 2003 installed on Windows XP. When loading the
excel workbook on a Windows 98 machine VBA gives an error - File not found.
Narrowed the error down to the userform that has a frame control. Not sure
why the frame control does not work in Win98. The error it gave was

Property OleObjectBlob in frmProgress could not be set
 
OLeObjectBlob does not sound like a frame. Have you included additional
controls within your userform that may not be on the other machine?

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
I went through all the userforms. Only controls used are command, check,
frame, text, label controls.
 
Back
Top