C
chambers777
How can I use VBA to change the formatting of an already formatte
Header???
Dim Value
Value = ActiveWorkbook.Worksheets(1).PageSetup.CenterFooter
ActiveWorkbook.Worksheets(1).PageSetup.CenterFooter
"&""Courier""" & Value
I've used this, but it doesn't remove the previous formatting whic
stays in tact
Header???
Dim Value
Value = ActiveWorkbook.Worksheets(1).PageSetup.CenterFooter
ActiveWorkbook.Worksheets(1).PageSetup.CenterFooter
"&""Courier""" & Value
I've used this, but it doesn't remove the previous formatting whic
stays in tact