M
Matthew McManus
Hi all,
I am hoping that this is a trivial problem. I wish to format a header'
fonts after a user enters the text in a Input Box.
At the moment I have:
stranswer = InputBox("Enter heading")
With ActiveSheet.PageSetup
.LeftHeader = ""
.CenterHeader = stranswer
.RightHeader = ""
.LeftFooter = ""
.CenterFooter = ""
.RightFooter = ""
.....
How do I tell it to format the header with, for instance, Times Ne
Roman bold 20 point?
Sincere thanks for any help
Matthe
I am hoping that this is a trivial problem. I wish to format a header'
fonts after a user enters the text in a Input Box.
At the moment I have:
stranswer = InputBox("Enter heading")
With ActiveSheet.PageSetup
.LeftHeader = ""
.CenterHeader = stranswer
.RightHeader = ""
.LeftFooter = ""
.CenterFooter = ""
.RightFooter = ""
.....
How do I tell it to format the header with, for instance, Times Ne
Roman bold 20 point?
Sincere thanks for any help
Matthe