View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
anita anita is offline
external usenet poster
 
Posts: 11
Default Active range/selection?

Hi,

I would like to have a macro which picks up my selected range in a
workbook, similair to the activecell. So when I select a range in my
workbook, it will be set as range in my macro.


I've tried active.range but this doens't work (something like this: Set
dd = Active.Range). I can't find it in the list properties/methods in
vba.
Could somebody help me?
Thanks in advance.