Greetings
Can the below VBA string be modified to add the word "Date:" before the actual date, and change the font to Ariel 12 point bold? I'm using MS Office Professional 2013 and Windows 10 Enterprise.
RightHeader = Format(Date, "dd-mmm-yy") & Chr(10) & "Page: &P of:&P"
As an example, the...