Inserting a cell value into a header
Posted by Steve on November 10, 2000 8:42 AM
I want to set up a spreadsheet that will have a header that contains something like:
"Nominal Roll for " & Range("A5").value & " Station."
(New line)"For Week Ending " & Range("D5")
If I can set it using a VBA sub, so much the better.
Does anyone have an idea how to do this?
Thanks in advance,
Steve