LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Printer error building Excel workbook...?

Sometimes external applications etc. cannot accept data as fast as th
macro can send it, so something has to give - usually the macro.

This looks like your problem. A way of getting round this is to pu
delays in the programme to allow for this. eg. 10 seconds ..
Application.Wait Now + TimeValue("00:00:10")

I suggest you dalso try an 'On Error Goto' line to exit more gracefull
while you are tweaking this to see what is suitable. I did do one som
time ago for a printer that included a wait line and included anothe
On Error line to keep trying/waiting. Can't find it though

--
Message posted from http://www.ExcelForum.com

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
setting the default printer for this workbook only mikecoxffbb Excel Worksheet Functions 1 October 25th 08 01:47 AM
Copy printer setup to new sheet in workbook dougforester Excel Discussion (Misc queries) 1 October 9th 06 09:11 AM
Error Settind Default Printer in VBA Vassago Excel Discussion (Misc queries) 0 August 17th 06 11:34 PM
Printing all worksheets in a workbook using a duplex printer dott Excel Discussion (Misc queries) 1 November 30th 05 10:20 PM
Macro to assign a printer to a workbook Gordon Forbes Excel Programming 6 February 25th 04 10:00 AM


All times are GMT +1. The time now is 03:43 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"