A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Is this something along the lines you were looking at:
ActiveSheet.PageSetup.PrintArea = ""
With ActiveSheet.PageSetup
.LeftFooter = Worksheets(1).Range("C3").Text + " " + Worksheets(1).Range("K3").Text
Pat PS If you found this useful please vote. Thank you:¬)