Thread: Simple Thing
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Brian Brian is offline
external usenet poster
 
Posts: 49
Default Simple Thing

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..