Conditional formatting makes large spreadsheet unusable.

kat35601

New Member
Joined
Aug 5, 2013
Messages
13
Conditional formatting makes large spreadsheet unusable. The Condition is: If value less than 0 the make cell background red. The range is A1 thru CR500 do you thing doing it in VBA would work and not kill the spreadsheet or would it be the same? What would the vba code look like?
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
do you have lots of formulas in the spreadsheet
I have a spreadsheet range larger than yours for a colour and its fine 0 but few formulas

If you remove the conditional formatting formula
Does it improve

Is just 1 conditional formatting formula in the RANGE A1 to CR500
A1<0
 
Upvote 0
Yes when I remove the conditional formatting the spreadsheet works fine. if any cell <0 than change background to red.
I have tried this on different machines and get same results.
 
Upvote 0
Is the applies to range A1:CR500 or is it something like A:CR
 
Upvote 0
In that case change it to $A$1:$CR$500 or if needed down to row 2000.
It's always best to avoid whole columns in CF
 
Upvote 0

Forum statistics

Threads
1,214,632
Messages
6,120,652
Members
448,975
Latest member
sweeberry

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top