F
Francis Hookham
Run-time error '1004':
Application-defined or object-defined error
this appears when no Print_Area is defined
ActiveSheet.Names("Print_Area").Delete
ActiveSheet.Names("Print_Titles").Delete
I think I have seen that an error message can be turned off before a likely
error and on again after - dangerous if not carefully used.
How should I handle this possible error?
Francis Hookham
Application-defined or object-defined error
this appears when no Print_Area is defined
ActiveSheet.Names("Print_Area").Delete
ActiveSheet.Names("Print_Titles").Delete
I think I have seen that an error message can be turned off before a likely
error and on again after - dangerous if not carefully used.
How should I handle this possible error?
Francis Hookham