PC Review


Reply
Thread Tools Rate Thread

carrage return

 
 
hary
Guest
Posts: n/a
 
      10th Dec 2007
can I format a cell so when the data is entered it does a carrage return and
moves down one row and back to the left to the first column?
 
Reply With Quote
 
 
 
 
Bernard Liengme
Guest
Posts: n/a
 
      10th Dec 2007
This is called 'wrapping' and is done with ALT+ENTER
Sometimes (not often) you need to also use Format |Cells | Alignment and
check Warp Text
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
www.stfx.ca/people/bliengme
remove caps from email

"hary" <(E-Mail Removed)> wrote in message
news383BCFB-9080-440E-8D04-(E-Mail Removed)...
> can I format a cell so when the data is entered it does a carrage return
> and
> moves down one row and back to the left to the first column?



 
Reply With Quote
 
hary
Guest
Posts: n/a
 
      10th Dec 2007
sorry but I did not achieve the results I was looking for. It only wraps
inside the cell.
it will not drop one row and return to the beginning.

"Bernard Liengme" wrote:

> This is called 'wrapping' and is done with ALT+ENTER
> Sometimes (not often) you need to also use Format |Cells | Alignment and
> check Warp Text
> best wishes
> --
> Bernard V Liengme
> Microsoft Excel MVP
> www.stfx.ca/people/bliengme
> remove caps from email
>
> "hary" <(E-Mail Removed)> wrote in message
> news383BCFB-9080-440E-8D04-(E-Mail Removed)...
> > can I format a cell so when the data is entered it does a carrage return
> > and
> > moves down one row and back to the left to the first column?

>
>
>

 
Reply With Quote
 
Bernard Liengme
Guest
Posts: n/a
 
      10th Dec 2007
You could type the first part of the entry, press down arrow, type the
second part
--
Bernard V Liengme
Microsoft Excel MVP
www.stfx.ca/people/bliengme
remove caps from email

"hary" <(E-Mail Removed)> wrote in message
news:33019A91-44DA-4016-883B-(E-Mail Removed)...
> sorry but I did not achieve the results I was looking for. It only wraps
> inside the cell.
> it will not drop one row and return to the beginning.
>
> "Bernard Liengme" wrote:
>
>> This is called 'wrapping' and is done with ALT+ENTER
>> Sometimes (not often) you need to also use Format |Cells | Alignment and
>> check Warp Text
>> best wishes
>> --
>> Bernard V Liengme
>> Microsoft Excel MVP
>> www.stfx.ca/people/bliengme
>> remove caps from email
>>
>> "hary" <(E-Mail Removed)> wrote in message
>> news383BCFB-9080-440E-8D04-(E-Mail Removed)...
>> > can I format a cell so when the data is entered it does a carrage
>> > return
>> > and
>> > moves down one row and back to the left to the first column?

>>
>>
>>



 
Reply With Quote
 
Mike Fogleman
Guest
Posts: n/a
 
      10th Dec 2007
There is no format that can be set but it can be done under certain
conditions. In Tools/Options Edit select move cursor to right after Enter.
Then select the area that you want data to be entered so that it is
highlighted. Now as you type and hit Enter the cursor will move to the right
until it gets to the end of the selected area, then move to the beginning of
the next row in the selected area.

Mike F
"hary" <(E-Mail Removed)> wrote in message
news383BCFB-9080-440E-8D04-(E-Mail Removed)...
> can I format a cell so when the data is entered it does a carrage return
> and
> moves down one row and back to the left to the first column?



 
Reply With Quote
 
Gord Dibben
Guest
Posts: n/a
 
      10th Dec 2007
Not sure what you mean about moving down one row and back to the left in first
column but.......................maybe this.

Start in A1 and type in data. Hit Tab key to go to B1, type in data and hit Tab
to go to C1, type in data and hit ENTER key to go back to column A one row down
to A2.

Make sure ENTER key "move selection after Enter" is set to "down"



Gord Dibben MS Excel MVP


On Mon, 10 Dec 2007 13:29:00 -0800, hary <(E-Mail Removed)> wrote:

>can I format a cell so when the data is entered it does a carrage return and
>moves down one row and back to the left to the first column?


 
Reply With Quote
 
hary
Guest
Posts: n/a
 
      11th Dec 2007
thank you for all the suggestions
but it seems what I am trying to pull off my not work
I have a bar code scanner, and each time I scan a bar it enters it into a cell
then moves one cell to the right. I have five columns, what I wanted it to do
was when it reached the fifth column and the data was entered was to start
over with the first column again.

"hary" wrote:

> can I format a cell so when the data is entered it does a carrage return and
> moves down one row and back to the left to the first column?

 
Reply With Quote
 
Carl Hartness
Guest
Posts: n/a
 
      11th Dec 2007
In the class module for the sheet where you want this to happen, enter
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Target.Column = 6 Then Target.Offset(1, -5).Activate
End Sub

In conjunction with Options -> Edit -> Move selection after Enter ->
Right,
this will allow you to enter in columns A through E.

Adjust Target.Column if you want some other set of 5 columns.

Carl.

On Dec 11, 9:31 am, hary <h...@discussions.microsoft.com> wrote:
> thank you for all the suggestions
> but it seems what I am trying to pull off my not work
> I have a bar code scanner, and each time I scan a bar it enters it into a cell
> then moves one cell to the right. I have five columns, what I wanted it to do
> was when it reached the fifth column and the data was entered was to start
> over with the first column again.
>
>
>
> "hary" wrote:
> > can I format a cell so when the data is entered it does a carrage return and
> > moves down one row and back to the left to the first column?- Hide quoted text -

>
> - Show quoted text -

 
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
Script for 'Carrage return - line feed'? =?Utf-8?B?U3RldmU=?= Microsoft Frontpage 1 9th Oct 2006 02:02 AM
Carrage return in TextBox? Jamie Loren Microsoft Access 2 24th Apr 2006 08:43 PM
How to put Carrage Return in Memo Field? Will Microsoft Access 4 15th Jul 2005 02:26 PM
Access reports in detail section how do I remove carrage return =?Utf-8?B?Sm9oblNraQ==?= Microsoft Access Reports 1 15th Jun 2005 11:10 PM
Are there two ways to do a carrage return...? Jay Microsoft VB .NET 5 29th May 2004 07:55 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:20 AM.