Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Printing pages from different sheets in a set order


I don't know if this is possible:

I have several sheets in a workbook. In Sheet 1 for example I have three set
print areas that should have the numbers 1, 5, 6. The numbers in between are
in other sheet. I don't want to enter manually the number on each page. Is
there a way to set the order for printing and the page number to come up in
the footer? I suppose this will be done with a macro, so I will put a button
assigned to the macro, so that everyone who prints it, uses the button and
the pages come up in the right order.

Any help is appreciated

Thanks a lot
--
Gordana Godzo
Head of Controlling & Budgeting
TITAN Group - Cementarnica "USJE" AD Skopje
Prvomajska bb, 1000 Skopje
Republic of Macedonia
tel: +389 2 2786 138
fax: +389 2 2782 535
e-mail:




  #2   Report Post  
Posted to microsoft.public.excel.programming
ADG ADG is offline
external usenet poster
 
Posts: 76
Default Printing pages from different sheets in a set order

Hi Gordana

I suggest that you use the macro recorder to record the print of the sheets
in the order you require, then and the button and paste in the code. Then
edit the code so that the footer is how you want it. You can also record
this, below is an example of a footer recorded by Excel.

With ActiveSheet.PageSetup
.LeftFooter = "&BClee Hill Electrics Confidential&B"
.CenterFooter = "&D"
.RightFooter = "Page &P "
End With

--
Tony Green


"Gordana Godzo" wrote:


I don't know if this is possible:

I have several sheets in a workbook. In Sheet 1 for example I have three set
print areas that should have the numbers 1, 5, 6. The numbers in between are
in other sheet. I don't want to enter manually the number on each page. Is
there a way to set the order for printing and the page number to come up in
the footer? I suppose this will be done with a macro, so I will put a button
assigned to the macro, so that everyone who prints it, uses the button and
the pages come up in the right order.

Any help is appreciated

Thanks a lot
--
Gordana Godzo
Head of Controlling & Budgeting
TITAN Group - Cementarnica "USJE" AD Skopje
Prvomajska bb, 1000 Skopje
Republic of Macedonia
tel: +389 2 2786 138
fax: +389 2 2782 535
e-mail:





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 2003 printing problem--printing 1 document on 2 pages Bons Excel Discussion (Misc queries) 0 December 24th 09 04:15 PM
How do I delete pages in Excel? Keeps printing blank pages at end. Jojobean Charts and Charting in Excel 1 May 31st 07 07:37 AM
Putting pages in alpha order? Skip Excel Worksheet Functions 1 September 12th 06 02:39 PM
Print pages in a different order dlb1228 Excel Discussion (Misc queries) 2 February 23rd 06 09:31 PM
Is it possible to print the pages of a workbook in reverse order? Bawbee Excel Discussion (Misc queries) 3 July 15th 05 03:13 PM


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