G
Guest
I am trying to chg the header font size on a report...I tried to set the font
to the correct size in the cell and pull it in, but it did not work. I used
the code below
Set a = .Range("C68:C68")
For Each b In a.Offset(i, 0)
ss = "MYREPORT RELEASED ON: " & FormatDateTime(b, 1)
Next b
Sheets("My_Sheet_Name").PageSetup.RightHeader = ss
'Sheets("My_Sheet_Name").PageSetup.RightHeader.Fontsize = 8 ??? Will not work
Thanks
Bret
to the correct size in the cell and pull it in, but it did not work. I used
the code below
Set a = .Range("C68:C68")
For Each b In a.Offset(i, 0)
ss = "MYREPORT RELEASED ON: " & FormatDateTime(b, 1)
Next b
Sheets("My_Sheet_Name").PageSetup.RightHeader = ss
'Sheets("My_Sheet_Name").PageSetup.RightHeader.Fontsize = 8 ??? Will not work
Thanks
Bret