The & character in the footer

  • Thread starter Thread starter Thang
  • Start date Start date
T

Thang

Hello,

I want to custom my sheet footer with the "&" character
but this character does not appear in the preview!

Can you help me.

Many thanks,

Thang
 
& is an "escape" character - it tells the print routine that an
instruction is coming (for instance, &Arial&08 sets the font to 8-pt
Arial).

To print an ampersand, you need to use two together: &&
 
Thank you very very much for your help,

Thang
-----Original Message-----
& is an "escape" character - it tells the print routine that an
instruction is coming (for instance, &Arial&08 sets the font to 8-pt
Arial).

To print an ampersand, you need to use two together: &&


.
 
What is the easiest way to cause the Value in Cell B5, say "123456" to
not go to the printer? that is "hide"; Do not Print?
 
Back
Top