G
Graeme
I have just written my first VBScript/Macro that does
some cool manipulation of data. How do I get the script
to exit gracefully if something is wrong, or out of place?
For example:
I have a button attached to this script for printing:
Application.ActivePrinter = "Acrobat PDFWriter on
LPT1:"
ActiveWindow.SelectedSheets.PrintOut Copies:=1,
ActivePrinter:= _
"Acrobat PDFWriter on LPT1:"
If I hit cancel in the print screen the script will stop
and go into debug. Is there a generic script "If error
then....."
Thanks for the helping,
Graeme
some cool manipulation of data. How do I get the script
to exit gracefully if something is wrong, or out of place?
For example:
I have a button attached to this script for printing:
Application.ActivePrinter = "Acrobat PDFWriter on
LPT1:"
ActiveWindow.SelectedSheets.PrintOut Copies:=1,
ActivePrinter:= _
"Acrobat PDFWriter on LPT1:"
If I hit cancel in the print screen the script will stop
and go into debug. Is there a generic script "If error
then....."
Thanks for the helping,
Graeme