H
Hamster
Hi,
there is a list with different values in it. The values are already
selected using a range. How can I mark those values in the range that
are zero?
Example of the code used so far (the variables Start, End, Nulls have
been filled already):
Range(Cells(Start, Nulls), Cells(End, Nulls)).Select
Selection.SpecialCells(????)
Thanks in advance
there is a list with different values in it. The values are already
selected using a range. How can I mark those values in the range that
are zero?
Example of the code used so far (the variables Start, End, Nulls have
been filled already):
Range(Cells(Start, Nulls), Cells(End, Nulls)).Select
Selection.SpecialCells(????)
Thanks in advance