I recorded a macro when I bolded a header and got this:
.CenterHeader = "&""Arial,Bold""asdf"
If you want Arial Bold, then maybe:
.CenterHeader = "&""Arial,Bold""Action Item List" _
& " " & vbCrLf & _
Format(Worksheets("Action List").Range("A2").Value)
If you want a different font, I'd record the macro when I did it manually.
> Hi,
> I have modified some code written by Chip Pearson. The code works perfectly.
[quoted text clipped - 8 lines]
>
> TIA

Signature
Dave Peterson
Ray A - 19 Jan 2006 23:02 GMT
Many Thanks Dave. Code works fine. You and the other answer people never get
enough credit. Glad to have you as a resource.
Ray
> I recorded a macro when I bolded a header and got this:
>
[quoted text clipped - 20 lines]
> >
> > TIA