S
Stefi
Hi All,
I defined a range containing empty cells in column C:
Dim emptycells As Range
Set emptycells = Columns("C:C").SpecialCells(xlCellTypeBlanks)
How can I define another range that contains all rows in which these empty
cells occur?
Thanks,
Stefi
I defined a range containing empty cells in column C:
Dim emptycells As Range
Set emptycells = Columns("C:C").SpecialCells(xlCellTypeBlanks)
How can I define another range that contains all rows in which these empty
cells occur?
Thanks,
Stefi