Copying user selected cells to a new worksheet using VBA
hi
if no cell is selected by the user, how do I detect this condition?
the Selection object is not null and the Range.Count returns 1, but no
cell is selected by the user.
how can I figure this out?
|