<style>@font-face { font-family: "Cambria"; }p.MsoNormal, li.MsoNormal, div.MsoNormal { margin: 0cm 0cm 10pt; font-size: 12pt; font-family: "Times New Roman"; }div.Section1 { page: Section1; }</style> I was wondering if somebody could help me with this problem. I have been trying to make a macro that will change the font color (or highlight a cell) if the value of the cell is below 0.05. I am able to do it, both for cells I individually select myself as well as cells within the same column, but I cannot get it to work if I set the selection range to be for example A:D in row 1. I thought about making many different short scripts, one for each column and each iterating through all of the rows but I am sure that there is a better way. Could anybody help me with this?