Font size format code for PageSetup Header/Footer not working properly

B

Bill

This was working in Excel v. X, can someone confirm that Excel 2004
for Mac is ignoring font size changes in the middle of footer text:

Sub Macro1()
ActiveSheet.PageSetup.LeftFooter = _
"&""Garamond,Regular""&14This should be Garamond 14 &09
&14This should be Garamond 9"
End Sub

the font size is "09" because the help file now says use 2 digits to
specify font size. Using single digit (as worked in v.X) doesn't seem
to fix.

If you can confirm that I'm not crazy, I'll submit bug to Microsoft.

Thanks!
 
J

JE McGimpsey

This was working in Excel v. X, can someone confirm that Excel 2004
for Mac is ignoring font size changes in the middle of footer text:

Sub Macro1()
ActiveSheet.PageSetup.LeftFooter = _
"&""Garamond,Regular""&14This should be Garamond 14 &09
&14This should be Garamond 9"
End Sub

the font size is "09" because the help file now says use 2 digits to
specify font size. Using single digit (as worked in v.X) doesn't seem
to fix.

If you can confirm that I'm not crazy, I'll submit bug to Microsoft.

It's not a bug. "&09&14" will restore the font size to 14. When I remove
the second &14, the footer displays properly.

One digit ("&9") works for me in XL04.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top