![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Join Date: Mar 2004
Posts: 21
|
Sorry for the simple question ... it is probably something taught in Excel 101, but I am at a loss.
Suppose I use an Excel worksheet (protected sheet, conditional formatting etc) as a user form. How do I: a) place the entered information as a record in the last row of a database on a separate sheet? b) allow the user to continue to subsequently enter new records (reset the form and continue to add records until finished? |
|
|
|
|
|
#2 |
|
MrExcel MVP
Moderator Join Date: May 2003
Location: Boulder Creek, CA
Posts: 18,775
|
The simplest way is to use Excel's built in Data Form. Goto Data-->Form. It will automatically map your range of up to 34 fields. You Tab through the fields and hitting enter will automatically append the data to the last row.
To call the Form from a button is pretty simple: ActiveSheet.ShowDataForm Hope that helps, Smitty |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|