View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] myworld726@hotmail.com is offline
external usenet poster
 
Posts: 5
Default Dynamic Range in VBA

Hi all,

I'm sure this is any easy one,

How do you make a got to range/reference dynamic?

You see I want to goto to use the range stated in a cell

Ie

Application.Goto Range("c3")

But this code only goes to the cell not the range in the cell??

Thanks