Footer macro


Posted by Terry on January 04, 2002 6:12 AM

I wrote a macro to insert info into the left, center and right footer of specific documents. I have the font point size set to 8. My problem is I would like to also set a specific font (Arial Narrow). I can't seem to do this. Can anyone offer any suggestions?
Thanks.

Posted by Scott on January 04, 2002 7:07 AM

Add this to your code:

.LeftFooter = "&""Arial Black,Regular""Your Footer Text"

Posted by Scott on January 04, 2002 7:09 AM

Correction....

Read your message wrong. Change "Arial Black, Regular" to "Arial Narrow,Regular"



Posted by Terry on January 07, 2002 11:26 AM

Re: Correction....

Thanks, Scott. This was driving me crazy.