In my Excel add in, When change the footer to something like this:
mySheet.PageSetup.CenterFooter = "Page &[Page] of $[Pages]";
I get exactly "Page &[Page] of $[Pages]" in the footer when I print, instead of "Page 1 of 3". If I do this in a macro it seems to convert properly.
Any Ideas?
Thanks in advance!
mySheet.PageSetup.CenterFooter = "Page &[Page] of $[Pages]";
I get exactly "Page &[Page] of $[Pages]" in the footer when I print, instead of "Page 1 of 3". If I do this in a macro it seems to convert properly.
Any Ideas?
Thanks in advance!