ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Conditional Formatting in 2007 (https://www.excelbanter.com/excel-programming/406687-conditional-formatting-2007-a.html)

WhytheQ

Conditional Formatting in 2007
 
Excel2007
I'm trying to write a small macro to add conditional formatting back
into a sheet after a pivot table has been refreshed (MS still don't
seem to have fixed the problem where cond.formatting is lost on
refresh).
The Pivots data areas are in D8:K200 and there is a formula (MAX) in
column R.
The following seems to produce strange results:

With ActiveSheet.Range("$D$8:$K$200")
.FormatConditions.Delete
.FormatConditions.Add xlExpression, , "=D8=$R8"
With .FormatConditions(1).Font
.Bold = True
.Color = -16776961
End With
End With

Does this work on other people's machines?
Does is produce strange results?

Any help greatly appreciated
JasonQ.


All times are GMT +1. The time now is 12:00 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com