Simple questions (I hope)
1) In Column A:A I want to select A3: the last cell in that column with data
in it (non-empty cell).
2) On this code = [ If ActiveCell.Row < 1 Then ] I want to expand it to
If ActiveCell.Row < 1 or 2 Then. But the "or 2" is throwing things off???
|