K
KW_Counter
I have a macro that puts data from a cell into the header.
Now I need to format the header.
I have tried using the formatting codess but I cant get them to work.
Here is the code, where does the formatting go?
With ActiveSheet
.PageSetup.CenterHeader = .Range("A1").Value
End With
Thanks for the help,
KW_Counter
Now I need to format the header.
I have tried using the formatting codess but I cant get them to work.
Here is the code, where does the formatting go?
With ActiveSheet
.PageSetup.CenterHeader = .Range("A1").Value
End With
Thanks for the help,
KW_Counter