View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Walter L. skinner Walter L. skinner is offline
external usenet poster
 
Posts: 2
Default VB handling on mdi print error code 1004

I am attempting to automatically print an mdi format file from Excel. When
the save menu asks for a name or cancel option, my visual basic program fails
with error code 1004 even though I have an on error statement. How do you
trap the cancel selection from the menu to avoid the vb program from quiting
with an error. When I use the On Error when attempting to print a PDF file
and the user selects cancel, it traps the error and the vb program continues
on to the GoTO address.

Thanks for any help.