#1   Report Post  
Posted to microsoft.public.excel.misc
Chi Chi is offline
external usenet poster
 
Posts: 69
Default print

Hi,

Would you please show me how to print only the old page numbers ?

Ex: In the page break view, I see that the file has 100 pages, but I only
want to print page 1,3,5.....

Please help
Thanks
Chi
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,276
Default print

Hi,
Select print, print range check page, enter 1 to ?? your page number

"Chi" wrote:

Hi,

Would you please show me how to print only the old page numbers ?

Ex: In the page break view, I see that the file has 100 pages, but I only
want to print page 1,3,5.....

Please help
Thanks
Chi

  #3   Report Post  
Posted to microsoft.public.excel.misc
Chi Chi is offline
external usenet poster
 
Posts: 69
Default print

Hi Eduardo,

Thank you for the respond!

I selected office button/Print/under print range option, I checked page
option and entered From 1 to 3,5,7. I got an error message.

Please help
Chi


"Eduardo" wrote:

Hi,
Select print, print range check page, enter 1 to ?? your page number

"Chi" wrote:

Hi,

Would you please show me how to print only the old page numbers ?

Ex: In the page break view, I see that the file has 100 pages, but I only
want to print page 1,3,5.....

Please help
Thanks
Chi

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,939
Default print

1-3, 5, 7 will print 1, 2, 3, 5, 7. Use the dash instead of the word to.
--
HTH...

Jim Thomlinson


"Chi" wrote:

Hi Eduardo,

Thank you for the respond!

I selected office button/Print/under print range option, I checked page
option and entered From 1 to 3,5,7. I got an error message.

Please help
Chi


"Eduardo" wrote:

Hi,
Select print, print range check page, enter 1 to ?? your page number

"Chi" wrote:

Hi,

Would you please show me how to print only the old page numbers ?

Ex: In the page break view, I see that the file has 100 pages, but I only
want to print page 1,3,5.....

Please help
Thanks
Chi

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default print

Try this macro from Ron de Bruin's site.

Sub Print_Odd_Even()
Dim Totalpages As Long
Dim StartPage As Long
Dim Page As Integer

StartPage = 1 '1 = Odd and 2 = Even

'Or use the InputBox suggestion from Gord Dibben
'StartPage = InputBox("Enter 1 for Odd, 2 for Even")

Totalpages = Application.ExecuteExcel4Macro("GET.DOCUMENT(50)")
For Page = StartPage To Totalpages Step 2
ActiveSheet.PrintOut from:=Page, To:=Page, _
Copies:=1, Collate:=True
Next
End Sub


Gord Dibben MS Excel MVP

On Wed, 23 Sep 2009 10:43:01 -0700, Chi
wrote:

Hi,

Would you please show me how to print only the old page numbers ?

Ex: In the page break view, I see that the file has 100 pages, but I only
want to print page 1,3,5.....

Please help
Thanks
Chi




  #6   Report Post  
Posted to microsoft.public.excel.misc
Chi Chi is offline
external usenet poster
 
Posts: 69
Default print

Hi Jim,

Thank you for the respond, but I thought you both look at Word print option.
Please correct if I am wrong. In Excel/ under Print dialog box/ Print range/
page(s ) option- From ..... To..... text boxes.

Please advice
Thank you!
Chi


"Jim Thomlinson" wrote:

1-3, 5, 7 will print 1, 2, 3, 5, 7. Use the dash instead of the word to.
--
HTH...

Jim Thomlinson


"Chi" wrote:

Hi Eduardo,

Thank you for the respond!

I selected office button/Print/under print range option, I checked page
option and entered From 1 to 3,5,7. I got an error message.

Please help
Chi


"Eduardo" wrote:

Hi,
Select print, print range check page, enter 1 to ?? your page number

"Chi" wrote:

Hi,

Would you please show me how to print only the old page numbers ?

Ex: In the page break view, I see that the file has 100 pages, but I only
want to print page 1,3,5.....

Please help
Thanks
Chi

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
Print and Print Preview Graphic Moving Resizing 2007/2003 Adam Rayburn Excel Discussion (Misc queries) 0 April 4th 07 04:18 PM
cell borders that I create dont show on print preview or print scott3435 Excel Discussion (Misc queries) 2 April 6th 06 02:37 AM
Pivot Table macro to set print area and print details of drill down data Steve Haskins Excel Discussion (Misc queries) 2 December 28th 05 04:59 PM
Active cell counting in particular print page (one sheet having different print area) ananthmca2004 Excel Worksheet Functions 1 November 24th 05 11:29 AM
How can I print current row in same place on paper but not print surrounding cells??? Andy Ford New Users to Excel 1 September 2nd 05 05:50 AM


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