F
FARAZ QURESHI
Suppose I want to select a range of empty cells. The following piece of code
also selects the last non-blank cell as well:
Range(Selection, Selection.End(xlUp)).Select
I want the selection to be of only blanks, in othjer words SHIFT + Down
Arrow once.
Looking forward for your guidance!
Thanx in advance,
Regards
FARAZ!!!
also selects the last non-blank cell as well:
Range(Selection, Selection.End(xlUp)).Select
I want the selection to be of only blanks, in othjer words SHIFT + Down
Arrow once.
Looking forward for your guidance!
Thanx in advance,
Regards
FARAZ!!!