Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm using Walkenbach's Progress Indicator form to display the progress
of a fairly complicated macro I've written. It would work fine, except that when I run it my CPU utilization shoots up to 100% for over 5 minutes and my Progress Indicator/Excel freezes until completion. So this nice progress indicator I've built in is now basically useless. Does anyone know a workaround? Secondly - are Userforms/repainting of forms subject to the ScreenUpdating=False? Thanks! Brad |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() You should use Application.screenupdating = false Your forms will be shown normally -- Zurn ------------------------------------------------------------------------ Zurn's Profile: http://www.excelforum.com/member.php...o&userid=14645 View this thread: http://www.excelforum.com/showthread...hreadid=533594 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
More likely, you need a DoEvents statement somewhere within the loop.
Robin Hammond www.enhanceddatasystems.com "Zurn" wrote in message ... You should use Application.screenupdating = false Your forms will be shown normally -- Zurn ------------------------------------------------------------------------ Zurn's Profile: http://www.excelforum.com/member.php...o&userid=14645 View this thread: http://www.excelforum.com/showthread...hreadid=533594 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Warehouse utilization Template | Excel Discussion (Misc queries) | |||
Low CPU Utilization | Excel Discussion (Misc queries) | |||
Increased CPU utilization in Excel 2003 | Excel Discussion (Misc queries) | |||
CodeModule utilization problem | Excel Programming | |||
Optimize RAM Utilization | Excel Programming |