XL97: Cannot Import/Export UserForms Between VBE and VB4.0

ID: Q159537

The information in this article applies to:

SYMPTOMS

In Microsoft Excel 97, if you try to import a Form that was created in Microsoft Visual Basic version 4.0, you will receive the following error message

   The form class contained in <path to the form> is not supported in VBE.
   The file can't be loaded.

and you are unable to import the Form.

In Microsoft Visual Basic version 4.0, if you try to import a UserForm that was created in Microsoft Excel 97, you will receive the following error message

   Version number missing or invalid; Visual Basic 4.0 assumed.

followed by the error message

   Errors during load. Refer to '<path to the UserForm>\Myform.log' for
   details.

followed by the error message

   '<path to the UserForm>' could not be loaded.

and you are unable to import the UserForm.

CAUSE

You cannot import/export UserForms/Forms between Microsoft Excel 97 and Microsoft Visual Basic version 4.0.

This behavior is by design of the Microsoft products listed at the beginning of this article.

MORE INFORMATION

Even though you cannot import/export Microsoft Excel 97 UserForms with Microsoft Visual Basic 4.0, you can import/export UserForms between different Microsoft Excel 97 projects.

How to Export a UserForm From Your Project

1. Activate the UserForm in your project.

2. On the File menu, click Export File.

3. In the Export File dialog box, select a destination folder for the

   .frm file, and type a name for your file in the File Name text box.

4. Click Save.

How to Import a UserForm From Another Project

1. In the Project Explorer window, select the Project that is going to

   import the UserForm you previously saved.

2. On the File menu, click Import File.

3. Locate and select the .frm file you want to import.

4. Click Open.

REFERENCES

For more information about importing and exporting UserForms, click the Index tab in Microsoft Excel 97 Visual Basic Help, type the following text

   import

and then double-click the selected text to go to the "Import File and Export File Commands (File Menu)" topic.

Additional query words: XL97 8.00

Keywords          : kberrmsg kbprg kbdta xlui KbVBA 
Version           : WINDOWS:97
Platform          : WINDOWS

Last Reviewed: January 8, 1999