Excel: Adding a New Record to Database with a Macro

Last reviewed: November 29, 1994
Article ID: Q52127
The information in this article applies to:
  • Microsoft Excel for the Macintosh, versions 1.5, 2.2, 3.0, 4.0

SUMMARY

To add a new record to an existing Microsoft Excel database, you can incorporate or use the following macro:

   =SET.NAME("new.record",OFFSET(INDEX(!database,ROWS(!database),0),1,0))
   =SELECT(new.record)
   =INSERT(2)
   =SELECT(!database:new.record)
   =SET.DATABASE()
   =SELECT(INDEX(new.record,1))

A complete database and macro program using these commands is located on the Excel version 2.20 Help & Examples Disk at the following paths:

   Sampler Files:Tracking:Accounts Data (database file)
   Sampler Files:Tracking:Accounts Macros (macro sheet)

NOTE: You can also add a record to an existing database by choosing Form from the Data menu and clicking New.


KBCategory: kbusage
KBSubcategory:

Additional words: 1.5 1.50 2.2 2.20 3.0 3.00 4.0 4.00
checkbook


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: November 29, 1994
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.