Paul,
Thanks for the string formula; it works with the "canned text
before/after 'Range ("A1")'.

Side note: Range("A1").Value gives exactly the same result; I a
somewhat surprised that the suffix is not required by vba.
OK, now we are getting to the heart of my issue. Having the macr
stored in an .xlA file on a network shared drive has nothing to do wit
it; the heart of the matter is NOT having the Private Sub coding in th
same workbook that is being printed. As we speak, I do not have acces
to the network; so I set-up the Private Sub coding in an .xlS fil
(MACRO FILE) on my hard drive (this file also contains other macro
that are linked to custom buttons that I have set up).
Then, when I open another workbook file and activate a print macro, th
custom header is not printed.
If I enter some data into a worksheet for the MACRO FILE, specify a
appropriate Print Area, and then Print ==> the custom header i
printed. (This is how I learned the results in my first paragrap
above.)
Your continued input would be appreciated.
Chuckles12