Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Counting rows and naming columns

I'm creating a spreadsheet that is basically a list of items sold for
the month. Each item entered is unique. There are various cloumn names
such as "stock number", "customer name", "profit", etc.

How do I set it up so that the first few rows that I'm using for column
names, etc are repeated on each page?

Is it possible for excel to count the items automatically and only
print the items as they are entered?

This month I might sell 25 individual items and next month I might sell
150, I'd like to be able to have the spreadsheet automatically for the
size of the data.

Thanks!
tim

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Counting rows and naming columns

1. Put your cursor in Column A of the first row of data, and hit
Window--Freeze panes. I also strongly suggest you put your headings in ONE
ROW ONLY. If you need more than one LINE for your heading, use ALT+ENTER to
get a paragraph return in your cell.

2. No.

3. Use Data--Autofilter to get just "this months" data.
*******************
~Anne Troy

www.piersontech.com
www.mrexcel.com


"timerigger" wrote in message
ups.com...
I'm creating a spreadsheet that is basically a list of items sold for
the month. Each item entered is unique. There are various cloumn names
such as "stock number", "customer name", "profit", etc.

How do I set it up so that the first few rows that I'm using for column
names, etc are repeated on each page?

Is it possible for excel to count the items automatically and only
print the items as they are entered?

This month I might sell 25 individual items and next month I might sell
150, I'd like to be able to have the spreadsheet automatically for the
size of the data.

Thanks!
tim



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 81
Default Counting rows and naming columns

Hi,

How do I set it up so that the first few rows that I'm using for column
names, etc are repeated on each page?


The easyiest way is to create the first sheet, then make a copy
(easyway hold ctrl, click the shhet tab and drag to the right/end of
the sheet tabs, rename sheet). Use the 1st sheet and next month use
the sheet you copyied (after copyng it agian!!!))

NB: Frezzing window panes will not nmake the contents repeat on other
sheets.

Is it possible for excel to count the items automatically and only
print the items as they are entered?


you can add a Print button to your worksheet and add some code like
this:


ActiveSheet.PageSetup.PrintArea = ActiveSheet.UsedRange
ActiveSheet.PrintOut

try(from menus), Viwe page barke previwe / normal wehn you have run
this code

this method is not flawless.


This month I might sell 25 individual items and next month I might sell
150, I'd like to be able to have the spreadsheet automatically for the
size of the data.


You may find it more usefull in the long run in you keep all you data
on one sheet habe a "Month" colum, and use a filter - it's up to you.

Good Luck
Ross
www.methodsinexcel.co.uk
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Counting rows and naming columns

If you want the headers to repeat on each page printed, look at the last tab
in the page setup dialog at rows to repeat at the top.

--
Regards,
Tom Ogilvy

"timerigger" wrote in message
ups.com...
I'm creating a spreadsheet that is basically a list of items sold for
the month. Each item entered is unique. There are various cloumn names
such as "stock number", "customer name", "profit", etc.

How do I set it up so that the first few rows that I'm using for column
names, etc are repeated on each page?

Is it possible for excel to count the items automatically and only
print the items as they are entered?

This month I might sell 25 individual items and next month I might sell
150, I'd like to be able to have the spreadsheet automatically for the
size of the data.

Thanks!
tim



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
counting text rows in columns pamlong Excel Discussion (Misc queries) 4 September 29th 09 06:22 PM
Naming Columns & rows [email protected] Excel Discussion (Misc queries) 2 June 27th 06 06:55 PM
NAMING THE COLUMNS AND ROWS OF A WORKSHEET? Api Excel Discussion (Misc queries) 2 June 24th 06 04:28 PM
Counting rows with 3 columns Tuc Excel Worksheet Functions 4 April 26th 05 06:46 PM
counting rows and columns wuming[_2_] Excel Programming 0 July 1st 04 05:14 AM


All times are GMT +1. The time now is 05:45 PM.

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"