I am using the following code to add a footer to a page:
ActiveSheet.PageSetup.RightFooter = "&8&F" & Chr(10) & "&A" & Chr(10) &
"&D"
The problem is that the macro crashes on a computer that does not have
a printer installed. Can anyone please suggest a way to handle this?
Bookmarks