Thread: Printer Problem
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dean P. Dean P. is offline
external usenet poster
 
Posts: 12
Default Printer Problem


I am using the Call CopyPrintData(ActiveSheet) to print. There are times
when the printer is offline or defined at remote locations when the call to
CopyPrintData(ActiveSheet) task creates a continues hourglass and will not
complete.

Is there away to build logic if the call CopyPrintData(ActiveSheet) task
takes more than 45 seconds to end the task?

Please help me with logic to resolve this issue.

Thank you vey much.