PC Review


Reply
Thread Tools Rate Thread

Can you limit the amount typed in a cell in Excel 2003?

 
 
=?Utf-8?B?UmV6em9sdmU=?=
Guest
Posts: n/a
 
      17th Sep 2007
I have a template I have used for years but the problem is everytime you fill
the cell up you have to stop, go down to the next cell and continue. Is there
a way to make it auto enter to the next cell when the range you are typing in
is full?
 
Reply With Quote
 
 
 
 
=?Utf-8?B?R2FyeScncyBTdHVkZW50?=
Guest
Posts: n/a
 
      17th Sep 2007
It is difficult because of fonts and font sizes. It is much easier to count
the characters as they are being typed and shift down once a limit has been
reached.
--
Gary''s Student - gsnu200745


"Rezzolve" wrote:

> I have a template I have used for years but the problem is everytime you fill
> the cell up you have to stop, go down to the next cell and continue. Is there
> a way to make it auto enter to the next cell when the range you are typing in
> is full?

 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      17th Sep 2007
I don't think that this will work.

Your macro won't work while the user is typing in a cell.

Maybe creating a userform and counting the characters would work for the OP,
though.

Gary''s Student wrote:
>
> It is difficult because of fonts and font sizes. It is much easier to count
> the characters as they are being typed and shift down once a limit has been
> reached.
> --
> Gary''s Student - gsnu200745
>
> "Rezzolve" wrote:
>
> > I have a template I have used for years but the problem is everytime you fill
> > the cell up you have to stop, go down to the next cell and continue. Is there
> > a way to make it auto enter to the next cell when the range you are typing in
> > is full?


--

Dave Peterson
 
Reply With Quote
 
=?Utf-8?B?R2FyeScncyBTdHVkZW50?=
Guest
Posts: n/a
 
      18th Sep 2007
Hi Dave:

I was thinking of using Steve Bullen's CheckKey technique to read keyboard
strokes as they were being entered:

http://www.oaltd.co.uk/Excel/Default.htm
--
Gary''s Student - gsnu200745


"Dave Peterson" wrote:

> I don't think that this will work.
>
> Your macro won't work while the user is typing in a cell.
>
> Maybe creating a userform and counting the characters would work for the OP,
> though.
>
> Gary''s Student wrote:
> >
> > It is difficult because of fonts and font sizes. It is much easier to count
> > the characters as they are being typed and shift down once a limit has been
> > reached.
> > --
> > Gary''s Student - gsnu200745
> >
> > "Rezzolve" wrote:
> >
> > > I have a template I have used for years but the problem is everytime you fill
> > > the cell up you have to stop, go down to the next cell and continue. Is there
> > > a way to make it auto enter to the next cell when the range you are typing in
> > > is full?

>
> --
>
> Dave Peterson
>

 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      18th Sep 2007
I don't think that this will work when the user is typing in a cell.



Gary''s Student wrote:
>
> Hi Dave:
>
> I was thinking of using Steve Bullen's CheckKey technique to read keyboard
> strokes as they were being entered:
>
> http://www.oaltd.co.uk/Excel/Default.htm
> --
> Gary''s Student - gsnu200745
>
> "Dave Peterson" wrote:
>
> > I don't think that this will work.
> >
> > Your macro won't work while the user is typing in a cell.
> >
> > Maybe creating a userform and counting the characters would work for the OP,
> > though.
> >
> > Gary''s Student wrote:
> > >
> > > It is difficult because of fonts and font sizes. It is much easier to count
> > > the characters as they are being typed and shift down once a limit has been
> > > reached.
> > > --
> > > Gary''s Student - gsnu200745
> > >
> > > "Rezzolve" wrote:
> > >
> > > > I have a template I have used for years but the problem is everytime you fill
> > > > the cell up you have to stop, go down to the next cell and continue. Is there
> > > > a way to make it auto enter to the next cell when the range you are typing in
> > > > is full?

> >
> > --
> >
> > Dave Peterson
> >


--

Dave Peterson
 
Reply With Quote
 
=?Utf-8?B?R2FyeScncyBTdHVkZW50?=
Guest
Posts: n/a
 
      18th Sep 2007
Here is an example from a post earlier this month. The routine is triggered
on a Selection Change:

http://groups.google.com/group/micro...949af9e8704188

I have coded other examples that allow the user to enter text in a cell and
have the status bar track the number of characters in the cell as they are
being entered.
--
Gary''s Student - gsnu200745


"Dave Peterson" wrote:

> I don't think that this will work when the user is typing in a cell.
>
>
>
> Gary''s Student wrote:
> >
> > Hi Dave:
> >
> > I was thinking of using Steve Bullen's CheckKey technique to read keyboard
> > strokes as they were being entered:
> >
> > http://www.oaltd.co.uk/Excel/Default.htm
> > --
> > Gary''s Student - gsnu200745
> >
> > "Dave Peterson" wrote:
> >
> > > I don't think that this will work.
> > >
> > > Your macro won't work while the user is typing in a cell.
> > >
> > > Maybe creating a userform and counting the characters would work for the OP,
> > > though.
> > >
> > > Gary''s Student wrote:
> > > >
> > > > It is difficult because of fonts and font sizes. It is much easier to count
> > > > the characters as they are being typed and shift down once a limit has been
> > > > reached.
> > > > --
> > > > Gary''s Student - gsnu200745
> > > >
> > > > "Rezzolve" wrote:
> > > >
> > > > > I have a template I have used for years but the problem is everytime you fill
> > > > > the cell up you have to stop, go down to the next cell and continue. Is there
> > > > > a way to make it auto enter to the next cell when the range you are typing in
> > > > > is full?
> > >
> > > --
> > >
> > > Dave Peterson
> > >

>
> --
>
> Dave Peterson
>

 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      18th Sep 2007
I don't think I'd use this for what the OP wanted.

Gary''s Student wrote:
>
> Here is an example from a post earlier this month. The routine is triggered
> on a Selection Change:
>
> http://groups.google.com/group/micro...949af9e8704188
>
> I have coded other examples that allow the user to enter text in a cell and
> have the status bar track the number of characters in the cell as they are
> being entered.
> --
> Gary''s Student - gsnu200745
>
> "Dave Peterson" wrote:
>
> > I don't think that this will work when the user is typing in a cell.
> >
> >
> >
> > Gary''s Student wrote:
> > >
> > > Hi Dave:
> > >
> > > I was thinking of using Steve Bullen's CheckKey technique to read keyboard
> > > strokes as they were being entered:
> > >
> > > http://www.oaltd.co.uk/Excel/Default.htm
> > > --
> > > Gary''s Student - gsnu200745
> > >
> > > "Dave Peterson" wrote:
> > >
> > > > I don't think that this will work.
> > > >
> > > > Your macro won't work while the user is typing in a cell.
> > > >
> > > > Maybe creating a userform and counting the characters would work for the OP,
> > > > though.
> > > >
> > > > Gary''s Student wrote:
> > > > >
> > > > > It is difficult because of fonts and font sizes. It is much easier to count
> > > > > the characters as they are being typed and shift down once a limit has been
> > > > > reached.
> > > > > --
> > > > > Gary''s Student - gsnu200745
> > > > >
> > > > > "Rezzolve" wrote:
> > > > >
> > > > > > I have a template I have used for years but the problem is everytime you fill
> > > > > > the cell up you have to stop, go down to the next cell and continue. Is there
> > > > > > a way to make it auto enter to the next cell when the range you are typing in
> > > > > > is full?
> > > >
> > > > --
> > > >
> > > > Dave Peterson
> > > >

> >
> > --
> >
> > Dave Peterson
> >


--

Dave Peterson
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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 Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Limit characters typed in a cell Roger Govier Microsoft Excel Misc 0 1st Dec 2006 11:30 PM
RE: Limit characters typed in a cell =?Utf-8?B?RWxpc2FiZXRo?= Microsoft Excel Misc 0 1st Dec 2006 11:30 PM
Can I limit the amount of text in a given cell? =?Utf-8?B?S3Jpc3RpX3V0?= Microsoft Excel Misc 1 3rd Nov 2006 11:49 PM
Can I limit the amount of characters in a cell? =?Utf-8?B?RXJpbg==?= Microsoft Excel Worksheet Functions 2 10th Nov 2005 01:16 AM
Is there a limit on amount of text that can go into a cell? =?Utf-8?B?am9vZGxlcw==?= Microsoft Excel Misc 3 14th Jun 2005 09:51 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:55 PM.