Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 411
Default Request for design ideas moving from data entry in spreadsheet toUserForm

Hi Programmers,

Using Widows XP, in an Excel 2000 spreadsheet used
to generate part number quotes, there are 10 price-break categories
for quantities:

1-9,10-19,20-49,50-99,100-249,250-499,500-999,
1000-2499,2500-4999,5000 & Up.

The spreadsheet allows up to 3 instances of a quantity
in each price-break category.

So, there are 30 cells for entering quantities.

I'm attempting to automate the data entry by
developing a UserForm.

In looking for a way to speed up the data entry,
I thought about:

1. having one text box where the user enters
all the quantities separated by comma.
Then add some code--probably on the commit button,
to loop through the quantites in the text box
and populate the appropriate cell or,

2. To add 30 text boxes--one for each quantity cell.


Please help me with suggestions about how this
could best be laid out on a UserForm to
decrease data entry time and use the least
UserForm real estate.

Thanks,

Dan Dungan

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 245
Default Request for design ideas moving from data entry in spreadsheet to

What about a listBox or comboBox or optionbuttons / ComboBox

A list box worked well for me. Try that first.

"dan dungan" wrote:

Hi Programmers,

Using Widows XP, in an Excel 2000 spreadsheet used
to generate part number quotes, there are 10 price-break categories
for quantities:

1-9,10-19,20-49,50-99,100-249,250-499,500-999,
1000-2499,2500-4999,5000 & Up.

The spreadsheet allows up to 3 instances of a quantity
in each price-break category.

So, there are 30 cells for entering quantities.

I'm attempting to automate the data entry by
developing a UserForm.

In looking for a way to speed up the data entry,
I thought about:

1. having one text box where the user enters
all the quantities separated by comma.
Then add some code--probably on the commit button,
to loop through the quantites in the text box
and populate the appropriate cell or,

2. To add 30 text boxes--one for each quantity cell.


Please help me with suggestions about how this
could best be laid out on a UserForm to
decrease data entry time and use the least
UserForm real estate.

Thanks,

Dan Dungan


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 411
Default Request for design ideas moving from data entry in spreadsheet to

Good idea.

Thanks.

Reply
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
complex data entry forms design with excel Amol Karnik Excel Discussion (Misc queries) 3 December 21st 07 12:19 PM
How to design data entry validation? [email protected] Excel Discussion (Misc queries) 3 August 19th 07 10:54 PM
Request for design help Lee Hunter Excel Discussion (Misc queries) 3 November 30th 05 11:34 PM
Any ideas for a more customized data entry? FBB Excel Worksheet Functions 2 July 3rd 05 03:50 PM
Moving through a data entry form jjankowski Excel Programming 1 February 10th 04 12:37 AM


All times are GMT +1. The time now is 03:07 AM.

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

About Us

"It's about Microsoft Excel"