View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
GF GF is offline
external usenet poster
 
Posts: 5
Default Printing problem

I am trying to print a series of reports that are retrieving information from
a data source using VBA. If I place a msgbox in between the print requests
the printout
succeeds. If I do not do this it does not print. It is as if the printer
cannot print if the retrieval is not fast enough. Is there a way to put a
delay in possibly.
..