View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
compdinosaur compdinosaur is offline
external usenet poster
 
Posts: 3
Default inserting page numbers into a column heading cell

I have a worksheet with a column heading cell with the words "Page Number".
I would like to be able to insert the automatic page number here when the
page prints. I tried
"Page Number &[Page]" , but this just printed literally.
[I am a newbie]