Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default I want to scroll up for new cells, not down

In Excel, the new blank rows appear at the bottom of the worksheet, but this
isn't convenient to me because I am using the program for a daily log of
incoming inventory. I've figured out how to lock the top row of cells so that
my column headings are visible as I scroll down, but what I really prefer to
do is have my earliest entries be the bottom of the list and my most recent
at the top without having to insert rows at top all the time. Is there a way
to alter a worksheet so that the infinite field is at the top and not the
bottom of the worksheet? Can I keep my column headings locked so that they
consistently appear at the top despite this direction change?
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,393
Default I want to scroll up for new cells, not down

Go to the bottom of the worksheet (or as far as you feel you need)
Enter the new data in the last row; when the last cell is finished tap the
UP and the HOME keys to move to column A of the next row up.
Any help?
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Catacalycticoo" wrote in message
...
In Excel, the new blank rows appear at the bottom of the worksheet, but
this
isn't convenient to me because I am using the program for a daily log of
incoming inventory. I've figured out how to lock the top row of cells so
that
my column headings are visible as I scroll down, but what I really prefer
to
do is have my earliest entries be the bottom of the list and my most
recent
at the top without having to insert rows at top all the time. Is there a
way
to alter a worksheet so that the infinite field is at the top and not the
bottom of the worksheet? Can I keep my column headings locked so that they
consistently appear at the top despite this direction change?



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 145
Default I want to scroll up for new cells, not down

How about

Assuming the incoming log is never more than 1000 rows deep, label is in
row1
automate this:
insert 1000 rows after row1;
import new log to row2 down;
work from last row up, delete blank rows

--
Regards

"Catacalycticoo" wrote in message
...
In Excel, the new blank rows appear at the bottom of the worksheet, but

this
isn't convenient to me because I am using the program for a daily log of
incoming inventory. I've figured out how to lock the top row of cells so

that
my column headings are visible as I scroll down, but what I really prefer

to
do is have my earliest entries be the bottom of the list and my most

recent
at the top without having to insert rows at top all the time. Is there a

way
to alter a worksheet so that the infinite field is at the top and not the
bottom of the worksheet? Can I keep my column headings locked so that they
consistently appear at the top despite this direction change?



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,886
Default I want to scroll up for new cells, not down

Hi

Why not have a second sheet with your Headers in Row 1 and Freeze Panes
set at A2.
Import all your new data to the bottom of sheet1
On sheet2 in cell A2 enter

=INDEX(Sheet1!A:A,COUNTA(Sheet1!A:A)-ROW(A1)+1)
Copy across for as many columns as you require, then copy the whole row
down as far as required

On Sheet2 your latest entries will be at the top - working backwards
--
Regards

Roger Govier


"Catacalycticoo" wrote in
message ...
In Excel, the new blank rows appear at the bottom of the worksheet,
but this
isn't convenient to me because I am using the program for a daily log
of
incoming inventory. I've figured out how to lock the top row of cells
so that
my column headings are visible as I scroll down, but what I really
prefer to
do is have my earliest entries be the bottom of the list and my most
recent
at the top without having to insert rows at top all the time. Is there
a way
to alter a worksheet so that the infinite field is at the top and not
the
bottom of the worksheet? Can I keep my column headings locked so that
they
consistently appear at the top despite this direction change?





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
Linking Groups of cells between workbooks vnacj-joe Excel Discussion (Misc queries) 4 June 14th 07 05:18 PM
Protecting Cells Luck3356 Excel Worksheet Functions 0 September 23rd 06 06:55 PM
Convert data type of cells to Text,Number,Date and Time Kevin Excel Worksheet Functions 1 December 31st 04 12:57 PM
To safety merge cells without data destroyed, and smart unmerge! Kevin Excel Discussion (Misc queries) 0 December 30th 04 07:17 AM
instead of moving cells my arrow keys scroll the page dgray Excel Discussion (Misc queries) 2 December 22nd 04 02:01 PM


All times are GMT +1. The time now is 10:22 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"