F
Francis Hookham
This is fine when "Print_Titles" and "Print_Area" exist but hiccups if one
or both are not defined
Sub ClearPrintTitlesAndAreas()
ActiveWorkbook.Names("Print_Titles").Delete
ActiveWorkbook.Names("Print_Area").Delete
End Sub
How can I say
If ActiveWorkbook.Names("Print_Titles") = False then
ActiveWorkbook.Names("Print_Titles").Delete
End if
or something like that?
Thanks
Francis Hookham
PS - has no one any ideas about my query "An InputBox prob" dated 25/9?
or both are not defined
Sub ClearPrintTitlesAndAreas()
ActiveWorkbook.Names("Print_Titles").Delete
ActiveWorkbook.Names("Print_Area").Delete
End Sub
How can I say
If ActiveWorkbook.Names("Print_Titles") = False then
ActiveWorkbook.Names("Print_Titles").Delete
End if
or something like that?
Thanks
Francis Hookham
PS - has no one any ideas about my query "An InputBox prob" dated 25/9?