Hello All,
This works fine to give me a bolded header:
With mySheet.PageSetup
.LeftHeader = "&""Arial,Bold""&12" & headString
End with
Where headString is a string variable. I can change the word 'Bold' to 'Italic' and then I get an unbolded, italicized header...