Page number within a worksheet

J

JR Form

Here is the code to do it>

With ActiveSheet.PageSetup
.CenterFooter = "Page &P"
End With

I assume you know to put the code in a module.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top