Hi
I have code to change the font size of a cell reference in the Left footer, but cannot change the font size in the Center footer.
This is the code I am using:
ActiveSheet.PageSetup.LeftFooter = “&25” & Range(“D11”).Value
ActiveSheet.PageSetup.CenterFooter = “&25” & Range(“D13”).Value
Cell D11 prints in a 25 font size in the left footer, but D13 does not print at all.
If (“&25” &) is deleted in the 2nd line, Cell D13 is printed, but not in font size 25!
Any help appreciated
Regards
Keith P