Hello All,
This works fine to give me a bolded header:
Where headString is a string variable. I can change the word 'Bold' to 'Italic' and then I get an unbolded, italicized header. But everything I try to inlcude both fails. Any ideas?
Thanks,
Dave
This works fine to give me a bolded header:
Code:
With mySheet.PageSetup
.LeftHeader = "&""Arial,Bold""&12" & headString
End with
Thanks,
Dave