View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] nguyenxuanson@gmail.com is offline
external usenet poster
 
Posts: 8
Default How can I "Select a range"

Dear users of the news group, I will try my best to describe my problem

I want to write a macro whose NAME is MY_MACRO which will be called
after I have selected a certain range in a ExcelSheet, say [B5:D10].
This Macro will have to proceed the data contained in the range.

My question is how can I access this range? Is this ActiveRange object?

Best regards
XS