Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Setup / April 2005

Tip: Looking for answers? Try searching our database.

worksheet page numbers

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Anne S - 25 Apr 2005 15:02 GMT
Is there an easy way to put page numbers on worksheets?  The MS instructions
did not work.

Thanks
Anne
Gord Dibben - 25 Apr 2005 21:34 GMT
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

>Is there an easy way to put page numbers on worksheets?  The MS instructions
>did not work.
>
>Thanks
>Anne
zackb - 27 Apr 2005 01:00 GMT
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)

Signature

Regards,
Zack Barresse, aka firefytr

> Is there an easy way to put page numbers on worksheets?  The MS
> instructions
> did not work.
>
> Thanks
> Anne
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.