Newbie: How to get another range?

X

x-rays

Hello All,

I want to write some vba code to get a range other than of the "Target"
one, suppose that I'm in Worksheet_SelectionChange or Worksheet_Change
event. How accomplish that?

Thanks in advance!
 
N

NickHK

What's the connection between the Target and the "other range" ?

Other wise, just use:
Range("A1").Value
or
Worksheets("SomeotherSheet").Range("A6:M45)

NickHK
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top