MrExcel Message Board


Go Back   MrExcel Message Board > Question Forums > Excel Questions

Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only.

Reply
 
Thread Tools Display Modes
Old Mar 30th, 2004, 05:01 PM   #1
RobK
 
Join Date: Mar 2004
Posts: 21
Default Forms in Excel

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?
RobK is offline   Reply With Quote
Old Mar 30th, 2004, 06:15 PM   #2
Smitty
MrExcel MVP
Moderator
 
Smitty's Avatar
 
Join Date: May 2003
Location: Boulder Creek, CA
Posts: 18,775
Default Re: Forms in Excel

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
Smitty is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT +1. The time now is 08:35 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
All contents Copyright 1998-2009 by MrExcel Consulting.