View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
DDonnachie DDonnachie is offline
external usenet poster
 
Posts: 12
Default Check for Print success

Hi

ok using the following code to bring up print dialogue

Application.Dialogs(xlDialogPrint).Show arg12:=2

but I have code which I only want to run if the print has been successful.
Obviously they can cancel out of this dialogue without printing, which I
want to know.