G
Guest
Hi, can anyone help?
I want to identify the visible cells (rangeTwo as range) within a given
range (rangeOne as range) ie
set rangeTwo = rangeOne.specialcells(xlCellTypeVisible)
This code seems to work unless rangeOne is a single cell - then rangeTwo is
not contained in rangeOne at all (in fact it returns a reference to all the
visible columns on my worksheet)...why?!!!!
Thanks again in advance
Noel
I want to identify the visible cells (rangeTwo as range) within a given
range (rangeOne as range) ie
set rangeTwo = rangeOne.specialcells(xlCellTypeVisible)
This code seems to work unless rangeOne is a single cell - then rangeTwo is
not contained in rangeOne at all (in fact it returns a reference to all the
visible columns on my worksheet)...why?!!!!
Thanks again in advance
Noel