View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jim S.[_4_] Jim S.[_4_] is offline
external usenet poster
 
Posts: 1
Default Determining the Selection on a non-active Sheet?

Hi,

Is there a way to determine the range of cells that have
been selected on "another" sheet, without first activating
it? I want to be able to say something like:

Dim theSel as Range
Set theSel = Worksheets("A nonactive sheet").Selection

but this obviously fails. Any way to accomplish the
equivalent without activating or selecting that other
sheet?

Thanks,
Jim S.