Simple Thing
What exactly do you mean by a relative cell?
--
HTH
RP
(remove nothere from the email address if mailing direct)
"Brian" wrote in message
...
I want to set a variable equal to a relative cell. How do
I do that. My small brain can't seem to think of anything
else except for the below. Thanks, Brian
Set rng1 = Worksheets("sheet 1").ActiveCell.Offset(11,
0).Range("A1")
(This does not make it relative... hmm any ideas..
|