The information in this article applies to:
SYMPTOMSWhen you attempt to use the import file command to add a .frm file (a form) to a Visual Basic for Applications project, you may receive an error message similar to the following: After you click OK to acknowledge the error message, the form opens. However, most controls are missing and the form may not behave as expected. CAUSEWhen you export an .frm file, the Visual Basic Editor stores binary information vital to the operation of the form and its child controls in an .frx file. When you import an .frm file, the corresponding .frx file must be available within the same folder. If the .frx file has been modified, damaged, or is missing, you may receive the error. RESOLUTIONIf Moving a FormWhen you export an .frm file the Visual Basic Editor automatically creates the .frx file in the same directory. When you move the form, make sure you keep the .frx and .frm files together.Don't Modify .frx FilesThe .frx files should never be modified manually. Modifying the .frx files results in unpredictable behavior when you access the associated form.Additional query words: 9.00 ppt9 vba vbe ppt2k powerpt vba2k ppt9.0 ppt2000 program programming
Keywords : kbcode kberrmsg kbmacro kbprg kbdta kbdtacode kbpptvba |
Last Reviewed: July 14, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |