Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 97
Default Create book pages, on one sheet from list

I have a list, (17720 rows, may grow in future) that is formated and ready to
go. Columns are set up from A to N with row 1 (column headings) to be
repeated on all pages. Data is actually in col B thru E at this time. A, F G
H and N are just space set columns. I want to have 61 rows of data per page.

So what I did was cut and paste B63 : E123 to I2 : L62. This gave me my
first page.

Then I deleted the empty rows it left (B63 : E123) and the list moved up.

Then I repeated this process all the way to Row 18000. (In case I start with
more rows of data in the future).


I thought I had the marco done (took me way over an hour), but then I
realized it wasnt correct, somewhere I missed a row and the numbers were not
numerical anymore.

I tried a second time to do this and somehow I ended up with a good book
(saved as a pdf) but there is an error in the macro when I tried to test it.


An easier way whould have been to create new sheets, but the format wouldnt
go with it and I would have had to format about 147 sheets.

There has to be an easier way to do this.

Any help is apprecated.

Thanks,
Barbara
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Create book pages, on one sheet from list

David McRitchie has many tips he

http://www.mvps.org/dmcritchie/excel/snakecol.htm

on "snaking" columns in the way you describe.

Hope this helps.

Pete

On Jan 21, 3:06*pm, Barbara wrote:
I have a list, (17720 rows, may grow in future) that is formated and ready to
go. Columns are set up from A to N with row 1 (column headings) to be
repeated on all pages. Data is actually in col B thru E at this time. A, F G
H and N are just space set columns. I want to have 61 rows of data *per page.

So what I did was cut and paste B63 : E123 *to I2 : L62. This gave me my
first page.

Then I deleted the empty rows it left (B63 : E123) and the list moved up.

Then I repeated this process all the way to Row 18000. (In case I start with
more rows of data in the future).

I thought I had the marco done (took me way over an hour), but then I
realized it wasnt correct, somewhere I missed a row and the numbers were not
numerical anymore.

I tried a second time to do this and somehow I ended up with a good book
(saved as a pdf) but there is an error in the macro when I tried to test it.

An easier way whould have been to create new sheets, but the format wouldnt
go with it and I would have had to format about 147 sheets.

There has to be an easier way to do this.

Any help is apprecated.

Thanks,
Barbara


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 97
Default Create book pages, on one sheet from list

I have used one of these macros before and it worked ok for it. But this is a
little more intense and alot of Davids ideals are foreign to me.
Thanks for your time.

"Pete_UK" wrote:

David McRitchie has many tips he

http://www.mvps.org/dmcritchie/excel/snakecol.htm

on "snaking" columns in the way you describe.

Hope this helps.

Pete

On Jan 21, 3:06 pm, Barbara wrote:
I have a list, (17720 rows, may grow in future) that is formated and ready to
go. Columns are set up from A to N with row 1 (column headings) to be
repeated on all pages. Data is actually in col B thru E at this time. A, F G
H and N are just space set columns. I want to have 61 rows of data per page.

So what I did was cut and paste B63 : E123 to I2 : L62. This gave me my
first page.

Then I deleted the empty rows it left (B63 : E123) and the list moved up.

Then I repeated this process all the way to Row 18000. (In case I start with
more rows of data in the future).

I thought I had the marco done (took me way over an hour), but then I
realized it wasnt correct, somewhere I missed a row and the numbers were not
numerical anymore.

I tried a second time to do this and somehow I ended up with a good book
(saved as a pdf) but there is an error in the macro when I tried to test it.

An easier way whould have been to create new sheets, but the format wouldnt
go with it and I would have had to format about 147 sheets.

There has to be an easier way to do this.

Any help is apprecated.

Thanks,
Barbara



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Create book pages, on one sheet from list

Barbara,

If you post the macro you have recorded here, and point out where it
went wrong, I'm sure someone will be able to advise you further.

In recording the macro, you will not have been able to incorporate
looping structures, but these can simplify and shorten your macro
considerably.

Pete

On Jan 21, 6:07*pm, Barbara wrote:
I have used one of these macros before and it worked ok for it. But this is a
little more intense and alot of Davids ideals are foreign to me.
Thanks for your time.



"Pete_UK" wrote:
David McRitchie has many tips he


http://www.mvps.org/dmcritchie/excel/snakecol.htm


on "snaking" columns in the way you describe.


Hope this helps.


Pete


On Jan 21, 3:06 pm, Barbara wrote:
I have a list, (17720 rows, may grow in future) that is formated and ready to
go. Columns are set up from A to N with row 1 (column headings) to be
repeated on all pages. Data is actually in col B thru E at this time. A, F G
H and N are just space set columns. I want to have 61 rows of data *per page.


So what I did was cut and paste B63 : E123 *to I2 : L62. This gave me my
first page.


Then I deleted the empty rows it left (B63 : E123) and the list moved up.


Then I repeated this process all the way to Row 18000. (In case I start with
more rows of data in the future).


I thought I had the marco done (took me way over an hour), but then I
realized it wasnt correct, somewhere I missed a row and the numbers were not
numerical anymore.


I tried a second time to do this and somehow I ended up with a good book
(saved as a pdf) but there is an error in the macro when I tried to test it.


An easier way whould have been to create new sheets, but the format wouldnt
go with it and I would have had to format about 147 sheets.


There has to be an easier way to do this.


Any help is apprecated.


Thanks,
Barbara- Hide quoted text -


- Show quoted text -


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
Automatically create list in different sheet on basis of other lis Pair_of_Scissors[_2_] Excel Worksheet Functions 1 June 12th 08 05:59 PM
multi pages in work book jason2444 Excel Discussion (Misc queries) 2 September 19th 06 01:44 PM
Making changes in all pages in a work book AJ_Knight Excel Discussion (Misc queries) 2 February 24th 06 08:23 AM
How do I create a sheet to book a training room? destiny Excel Discussion (Misc queries) 0 January 17th 06 09:46 PM
I need a template for receipt book pages, numbered Jackie Excel Discussion (Misc queries) 0 August 18th 05 09:33 PM


All times are GMT +1. The time now is 08:39 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"