LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Making a form with only a certain amount of rows used


In essence you have a database and an entry form.

One way to handle this is to limit your entry form to a small range:

On the Entry form sheet:
A1:name,
B1: address,
C1:ssn,
etc...

A2 to G2 are the user entry cells

In your auto_open routine, use the following code to restrict the user
to only these cells:
Sheets("DataEntry").scrollarea="A2:G2"

On this sheet, have a command button that will copy these cells to the
next blank row of your database.

When you want to "Extract" records from your database, use autofilter
or advanced filter to "view" the records of interest or to copy them to
a third sheet where you can view and edit them or format them to fit
your desired "Report"


------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~View and post usenet messages directly from http://www.ExcelForum.com/

~~Now Available: Financial Statements.xls, a step by step guide to creating financial statements


 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Various amount of data when making a radar chart Anna S Charts and Charting in Excel 9 January 4th 08 09:42 AM
Formulas-Making a number a standard amount of digits Stiller312 Excel Discussion (Misc queries) 4 November 28th 07 02:58 PM
Making a form visible [email protected] Excel Discussion (Misc queries) 3 March 11th 07 02:28 PM
HELP! Making A Form at_a_loss Excel Worksheet Functions 1 February 25th 06 11:17 AM
Making a new form Steven M. Britton Excel Discussion (Misc queries) 1 December 12th 04 09:09 PM


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"