I am trying to find the Max Absolute value of each row in a set of data and apply special formatting to that cell. The file constantly gets rows added to the end of the body of data and I need to integrate this operation into a macro. I have been trying to use Conditional Formatting while recording a macro from it. This is how I've been doing it:
I begin recording, select columns C through N and then apply my conditional formatting with this formula:
=MAX(ABS($C1:$N1))=ABS(C1)
This works to conditionally format all of the data, but when I run the macro I created from doing it, it conditionally formats the data incorrectly. I get a full column of specially formatted data in the C column only. So basically from the macro it is not going through each full row and picking the max value as it did when I conditionally formatted manually. Anyone know what may be happening here? Thanks for any help you can offer!!!
I begin recording, select columns C through N and then apply my conditional formatting with this formula:
=MAX(ABS($C1:$N1))=ABS(C1)
This works to conditionally format all of the data, but when I run the macro I created from doing it, it conditionally formats the data incorrectly. I get a full column of specially formatted data in the C column only. So basically from the macro it is not going through each full row and picking the max value as it did when I conditionally formatted manually. Anyone know what may be happening here? Thanks for any help you can offer!!!