![]() |
|
||||
Printing Headers |
|||||
PRoblem how to customize font and font size in printing, customizing header in MacNail construction accounting software Diagnosis The header information is stored in page setup. In XL4, it's very easy to change the font: just click header button, then follow from there. Solution In older XL, you need to type the following code just before the text of the header: &"Geneva"&09,
for Geneva 9; substitute other font name/size as desired. Comments Entered 8/20/93 by Vinay. |