conditional-formatting

Conditional Formatting using Excel VBA code

六眼飞鱼酱① 提交于 2019-11-26 05:34:26
问题 I have Range object called DistinationRange which contains reference to range B3:H63 I want to apply the following two conditional formatting rules using Excel VBA code dynamically. (Because the range would not be same all the time) If Cell column D is blank, no formatting should be applied (Need to use Stop If True there) If Value in Cell of column E is lesser than value in cell of column F, that whole row should have green background. I tried a lot using recording but it\'s not recording