Putting the "&" in a worksheet heading

D

Dodi

we have headings that use the symbol "&" in it. But when
you print the worksheeet the "&" is left out. How can we
get it to print correct.
Example: A & B Contracting will print A B Contracting
 
J

JE McGimpsey

Double it (it's an escape character in headers and footers):

A && B Contracting
 
Top