#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Page Break

Excel 2000

I'm creating a excel worksheet that has several
categories and sub-categories. each category and sub-
category have different count totals.

for example the categories might be first thru eighth
graders and the sub-categories would be boys and girls.

first grade - boys - tom
jim
billy
girls - tina
jennifer
second grade - boys - joe
john
girls - kim
tammy
michelle

What I want is to create a new page for each category.
Now the category and sub-category information works out
to two columns each and some will need more than one page
for each category.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,758
Default Page Break

Does new page mean new printed page?

If yes, then I would fill those categories (first grade on each row that needs
it).

Debra Dalgleish has instructions for filling those cells:
http://www.contextures.com/xlDataEntry02.html

And she shows how to make them look empty using conditional formatting (white
font on a white background):
http://www.contextures.com/xlCondFor...html#Duplicate

Then you can use
Data|subtotals to get new pages between groups.
(There's an option at the bottom of that dialog.)

If you meant different worksheets, I'd still fill those empty cells using Deb's
techniques, but then I'd use some code from here site:

http://www.contextures.com/excelfiles.html

Create New Sheets from Filtered List -- uses an Advanced Filter to create
separate sheet of orders for each sales rep visible in a filtered list; macro
automates the filter. AdvFilterRepFiltered.xls 35 kb

Update Sheets from Master -- uses an Advanced Filter to send data from
Master sheet to individual worksheets -- replaces old data with current.
AdvFilterCity.xls 55 kb


==========
In reality, I wouldn't put them on new sheets. I'd fill those empty cells, but
then I'd apply data|filter|autofilter and just show the ones I want.





Greg Malenky wrote:

Excel 2000

I'm creating a excel worksheet that has several
categories and sub-categories. each category and sub-
category have different count totals.

for example the categories might be first thru eighth
graders and the sub-categories would be boys and girls.

first grade - boys - tom
jim
billy
girls - tina
jennifer
second grade - boys - joe
john
girls - kim
tammy
michelle

What I want is to create a new page for each category.
Now the category and sub-category information works out
to two columns each and some will need more than one page
for each category.


--

Dave Peterson
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
Excel 2007 Page Break Adjustments causes a page break each cell BKaufman Excel Worksheet Functions 2 September 10th 10 05:02 AM
Vertical page breaks won't drag in Page Break Preview Caroline Excel Discussion (Misc queries) 0 July 14th 09 12:19 PM
How do I do page breaks when view menu doesnt page break preview HeatherF55 Excel Discussion (Misc queries) 0 September 21st 07 04:24 AM
change and/or remove page number watermark in page break preview juga Excel Discussion (Misc queries) 2 December 25th 06 10:15 AM
adding a new page break to an existing page break Edward Letendre Excel Discussion (Misc queries) 1 March 6th 05 09:29 AM


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