Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
waiteja
 
Posts: n/a
Default Page numbering question


I have about 40 pages in a sheet. I want to number the pages. But I want
the first two pages to have no numbers. I want the number to start as 1
on the third page. I know this sounds simple. But I cannot figure out a
way to do it. Can anyone help?


--
waiteja
------------------------------------------------------------------------
waiteja's Profile: http://www.excelforum.com/member.php...o&userid=31108
View this thread: http://www.excelforum.com/showthread...hreadid=507856

  #2   Report Post  
Posted to microsoft.public.excel.misc
Jonathan Cooper
 
Posts: n/a
Default Page numbering question

I don't have a great solution, but a workaround.

You need to make a duplicate copy of your worksheet. On the first one,
remove the page numbering, and set the print area so that only the first two
pages print, and there are no page numbers in the footer. Set the second
worksheet to print the remainder of the document, with page numbers.



"waiteja" wrote:


I have about 40 pages in a sheet. I want to number the pages. But I want
the first two pages to have no numbers. I want the number to start as 1
on the third page. I know this sounds simple. But I cannot figure out a
way to do it. Can anyone help?


--
waiteja
------------------------------------------------------------------------
waiteja's Profile: http://www.excelforum.com/member.php...o&userid=31108
View this thread: http://www.excelforum.com/showthread...hreadid=507856


  #3   Report Post  
Posted to microsoft.public.excel.misc
Ron de Bruin
 
Posts: n/a
Default Page numbering question

Hi waiteja

You can use a macro to do this

Sub Test()
Dim TotPages As Long
TotPages = Application.ExecuteExcel4Macro("GET.DOCUMENT(50)")
With ActiveSheet.PageSetup
.LeftFooter = ""
ActiveSheet.PrintOut From:=1, To:=2
.LeftFooter = "&P-2 "
ActiveSheet.PrintOut From:=3, To:=TotPages
End With
End Sub



--
Regards Ron de Bruin
http://www.rondebruin.nl


"waiteja" wrote in message
...

I have about 40 pages in a sheet. I want to number the pages. But I want
the first two pages to have no numbers. I want the number to start as 1
on the third page. I know this sounds simple. But I cannot figure out a
way to do it. Can anyone help?


--
waiteja
------------------------------------------------------------------------
waiteja's Profile: http://www.excelforum.com/member.php...o&userid=31108
View this thread: http://www.excelforum.com/showthread...hreadid=507856



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
Page Numbering Aurora Charts and Charting in Excel 2 December 14th 05 06:00 PM
Page Numbers Aurora Excel Discussion (Misc queries) 0 November 17th 05 08:04 PM
page numbering ksm1510 Excel Worksheet Functions 1 August 23rd 05 02:48 PM
adding a new page break to an existing page break Edward Letendre Excel Discussion (Misc queries) 1 March 6th 05 09:29 AM
Page Break View - not the usual question Rose Excel Discussion (Misc queries) 0 March 2nd 05 03:25 PM


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