I have this code that will enter a footer when printed. How can I enter another line?
[VBA]ActiveSheet.PageSetup.LeftFooter = "Prepared for: " & FName.Caption[/VBA]
i.e.
My Name
Example Report
I have this code that will enter a footer when printed. How can I enter another line?
[VBA]ActiveSheet.PageSetup.LeftFooter = "Prepared for: " & FName.Caption[/VBA]
i.e.
My Name
Example Report