#1   Report Post  
Anne S
 
Posts: n/a
Default worksheet page numbers

Is there an easy way to put page numbers on worksheets? The MS instructions
did not work.

Thanks
Anne
  #2   Report Post  
Gord Dibben
 
Posts: n/a
Default

Anne

Page numbers where?

Headers and Footoers when printing allow page numbers.

Which MS instructions?

More detail what you have tried and on "did not work" please.


Gord Dibben Excel MVP

On Mon, 25 Apr 2005 07:02:07 -0700, Anne S <Anne
wrote:

Is there an easy way to put page numbers on worksheets? The MS instructions
did not work.

Thanks
Anne


  #3   Report Post  
zackb
 
Posts: n/a
Default

If you are referring to a worksheets Index in the workbook, you can make use
of this UDF ...

Function SheetNum(Optional celRef As Range) As Long
With Application.Caller.Parent
If celRef Is Nothing Then
SheetNum = .Index
Else
SheetNum = celRef.Parent.Index
End If
End With
End Function

Enter as ...

=SheetNum()
or
=SheetNum(A1)
or
=SheetNum(Sheet2!A1)

--
Regards,
Zack Barresse, aka firefytr


"Anne S" <Anne wrote in message
...
Is there an easy way to put page numbers on worksheets? The MS
instructions
did not work.

Thanks
Anne



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
How can i print sequential page numbers 1 to 10, if i have one wo. DJN822 Excel Discussion (Misc queries) 2 March 24th 05 04:41 AM
How to remove page numbers from the display? Dale Bedford Excel Discussion (Misc queries) 3 March 14th 05 03:31 PM
How do I use alpha page numbers (e.g., B-3a, B-3b, B-3c, etc.) in. PT Excel Discussion (Misc queries) 2 February 28th 05 03:49 AM
why would page 1 of an excel worksheet print smaller of page 2 if. hisdrama pest Excel Discussion (Misc queries) 1 January 10th 05 07:14 PM
How do I copy page setup from one worksheet & paste into new shee. Rasc0 Excel Discussion (Misc queries) 2 December 1st 04 10:12 PM


All times are GMT +1. The time now is 06:01 AM.

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"