Excel: Adding a New Record to Database with a MacroID: Q52127
|
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))
Sampler Files:Tracking:Accounts Data (database file)
Sampler Files:Tracking:Accounts Macros (macro sheet)
Additional query words: checkbook
Keywords :
Version :
Platform :
Issue type :
Last Reviewed: March 15, 1999