Excel: QDB.FORM() and DB.FIND() Commands Fail without QE.XLA

Last reviewed: September 12, 1996
Article ID: Q112362
The information in this article applies to:
  • Microsoft Excel for Windows, versions 3.0, 4.0, 4.0a

The macro syntax of certain recorded actions differs depending on whether or not the QE.XLA add-in is loaded in memory at the time the macro is created.

The following functions are recorded in a macro if QE.XLA is loaded. The macro will return an error message if the QE.XLA add-in is not loaded.

   Command on
   Data menu      Microsoft Excel function      Q+E function
   ------------------------------------------------------------------

   Form           data.form()                   db.form() *
   Find           data.find.next()              db.find() *
   Set Database   set.database()                db.set.database(true,,)

* These commands are not documented in the "Function Reference."


KBCategory: kbother
KBSubcategory:

Additional reference words: 4.00 db form find q + e



THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: September 12, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.