Forum Discussion
av_church
Jul 24, 2019Copper Contributor
Excel Footer Character Limit
I have a footer which is well under the 250 character limit but I receive an error message that "the text string you entered is too long" when I bold a few words. Does anyone know why this happens? A...
- Jul 24, 2019
JKPieterse
Jul 24, 2019Silver Contributor
av_church This is due to the fact that making the word limit bold, behind the scenes changes the information in the header to:
&"Calibri,Bold"limit&"Calibri,Regular"
So instead of 5 characters, limit now contributes 38 characters to the header.
Smizles
May 17, 2022Copper Contributor
Holy crap, this was the problem all along! What is really weird is that it takes my bold & italicization when I use Calibri, but when I switch to Arial it triggers the limit. Why would a font name with less characters trigger it when Calibri does not? Is it just a default font setting I can change to unlock more characters when I use bold/italicize in my footers?
- JKPieterseMay 17, 2022Silver Contributor
Smizles If I open a new tab and enter the text 'test' as the left header, this is what the header actually contains: 'test'.
If I change the font of the header to -say- Arial, the header now contains:
'&"Arial,Regular"test'.
16 characters are added to the header, just by setting it to a Font different from the default setting.