Selection
Just a single column?
if selection.address = selection.cells(1).entirecolumn.address then
'whole column
else
'not whole column
end if
Bill wrote:
Hello,
How can I tell if an entire column has been selected or just a few cells in
the column?
Thanks,
Bill
--
Dave Peterson
|