I need code to insert a border around cells A:AL in row starting at A5 if the value > 0, I have used conditional formatting but with data being inserted through another macro it modifies the conditional formatting for some reason so a vba solution would be much better.
The VBA Code I used was; Range: $A$5:$AL$25000 and the formula was =$A5>0.
Thanks in advance
Bookmarks