My problem is that
I want to change the color of the maximum value
Here is the code which get the max value when it is given the range
Application.WorksheetFunction.Max(Range("b1:b5").Value)
What I want is to dynamically take the range and change the background color
I know selection.interior changes color.
So I need to get the max value and corresponding cell location to change its
bgcolor.
Please "cc" the reply as I am on Daily digest.