Hello All
I am trying to write a macro which looks at the value in a cell, and if it is empty moves up one cell, and does so continuously until the active cell has a value, at which point it makes the active cell bold.
I tried using the .Find method but that code did not stop at the first cell with a value and just made every cell with a value bold.
Does anybody know how to do this?
Cheers
I am trying to write a macro which looks at the value in a cell, and if it is empty moves up one cell, and does so continuously until the active cell has a value, at which point it makes the active cell bold.
I tried using the .Find method but that code did not stop at the first cell with a value and just made every cell with a value bold.
Does anybody know how to do this?
Cheers