Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default disable conditional formatting


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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default disable conditional formatting

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
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
How to disable General formatting when opening CSV Cory_Jackson Excel Discussion (Misc queries) 1 February 25th 09 01:05 AM
Disable formatting on csv open? Heather1270 Excel Discussion (Misc queries) 1 May 19th 06 12:37 PM
How do I disable email formatting. dwilliams Excel Discussion (Misc queries) 6 February 8th 06 06:47 PM
Conditional formatting based on decision to enable/disable macros? zenahs Excel Discussion (Misc queries) 1 November 15th 05 07:40 PM
disable formatting Eph0nk Excel Programming 3 April 15th 04 03:18 PM


All times are GMT +1. The time now is 12:25 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"