HeaderFooter Page numbers?
Posted: Mon Nov 10, 2014 7:54 pm
I was trying to get the page numbers to print, but there seems to problem:
The result: 'Page] of Pages]'. The strange thing is that if I open the header in excel and click on it, then it displays the page numbers.
I have also tried:
Code: Select all
XLS[SHEET].PrintSettings.HeaderFooter.OddHeader := '&[Page] of &[Pages]';
I have also tried:
Code: Select all
XLS[SHEET].PrintSettings.HeaderFooter.OddHeader := '\&\[Page] of \&\[Pages]';