Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi, I am using VBA code to populate cells from a large list. These cell affect worksheet functions with conditional formatting. However, thi conditional formatting is leading to unacceptably slow performance. Can conditional formatting be temporarily disabled (during cod execution), then enabled (when the code has completed)? I've tried toggling Application.ScreenUpdating, but this still doesn' help. Any suggestions? Thanks in advance, -C -- carlslac ----------------------------------------------------------------------- carlslack's Profile: http://www.excelforum.com/member.php...nfo&userid=524 View this thread: http://www.excelforum.com/showthread.php?threadid=26519 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
have you tried
Application.Calculation = xlManual ' current code Application.Calculation = xlAutomatic -- Regards, Tom Ogilvy "carlslack" wrote in message ... Hi, I am using VBA code to populate cells from a large list. These cells affect worksheet functions with conditional formatting. However, this conditional formatting is leading to unacceptably slow performance. Can conditional formatting be temporarily disabled (during code execution), then enabled (when the code has completed)? I've tried toggling Application.ScreenUpdating, but this still doesn't help. Any suggestions? Thanks in advance, -CS -- carlslack ------------------------------------------------------------------------ carlslack's Profile: http://www.excelforum.com/member.php...fo&userid=5248 View this thread: http://www.excelforum.com/showthread...hreadid=265192 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to disable General formatting when opening CSV | Excel Discussion (Misc queries) | |||
Disable formatting on csv open? | Excel Discussion (Misc queries) | |||
How do I disable email formatting. | Excel Discussion (Misc queries) | |||
Conditional formatting based on decision to enable/disable macros? | Excel Discussion (Misc queries) | |||
disable formatting | Excel Programming |