View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
fverlaine
 
Posts: n/a
Default Named ranges in macros?


How do I write a macro refering to a named range in the sheet rather
than the range itself. Ie. I have named cells A1 to F7 as "test". When
writing a macro I want to refer to "test" rather than
Range("A1:A7").select?


--
fverlaine
------------------------------------------------------------------------
fverlaine's Profile: http://www.excelforum.com/member.php...o&userid=29637
View this thread: http://www.excelforum.com/showthread...hreadid=493469