T
tschleiss
Hi-
I want to replace any instance of the ‘&[Date]’ format code in the Header,
Footer, or Legend with the string “[Date]â€, while leaving any other text
intact.
I’ve tried a replacement using:
FilePageSetupHeader Alignment:=pjLeft, Text:=Replace(Text, "&[Date]",
"[Date]")
But I don’t know how to access the Text in the Header…
Thanks
I want to replace any instance of the ‘&[Date]’ format code in the Header,
Footer, or Legend with the string “[Date]â€, while leaving any other text
intact.
I’ve tried a replacement using:
FilePageSetupHeader Alignment:=pjLeft, Text:=Replace(Text, "&[Date]",
"[Date]")
But I don’t know how to access the Text in the Header…
Thanks