Hi All,
Thanks in advance for any help you can provide.
I have a formula in VBA which rounds the values in a range to the nearest 0.5.
It works fine but it also sets all the cell values to zero if they are blank, does anyone know a way to get past this?
My code is:
For i = 5 To 20...