View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Chimanrao Chimanrao is offline
external usenet poster
 
Posts: 19
Default 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?