View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Simon Lloyd[_763_] Simon Lloyd[_763_] is offline
external usenet poster
 
Posts: 1
Default Goto a named range using the contents of the active cell


This should be what you need!
Application.Goto Reference:=Range("A1").Value

Regards,
Simo

--
Simon Lloy
-----------------------------------------------------------------------
Simon Lloyd's Profile: http://www.excelforum.com/member.php...nfo&userid=670
View this thread: http://www.excelforum.com/showthread.php?threadid=55173