Thread: Chain Printing
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Steve Smallman Steve Smallman is offline
external usenet poster
 
Posts: 47
Default Chain Printing

Antonio,

have you tried selecting all the sheets as an array and then using pagesetup
to set the header/footer.

Steve
"Antonio Castro" wrote in message
...
I have several workboos and I want to number pages in a
report that includes sheets from the workbooks.

I could not know the "&N" value, to add to the number page
of the next workbook, to have a continous numberd report.

How can I do it?