![]() |
Delay/Slow a Macro In Excel 2003
I have a spreadsheet that is populated from an outside source. I also have a
macro that formats and prints this document for me. However, when I print it does not allow the entire spreadsheet to populate. How can I slow the print part of the macro down to allow the rest of the spreadsheet to populate with data? Thanks for the help! |
Kara,
This code seemed to work for me. This line is set to delay execution of the "RunMacro" sub for seven seconds. Application.OnTime Now + TimeValue("0.00.07"), "RunMacro" HTH "Kara" wrote: I have a spreadsheet that is populated from an outside source. I also have a macro that formats and prints this document for me. However, when I print it does not allow the entire spreadsheet to populate. How can I slow the print part of the macro down to allow the rest of the spreadsheet to populate with data? Thanks for the help! |
All times are GMT +1. The time now is 06:57 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com