Thread: formula help
View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.misc
Ron Rosenfeld Ron Rosenfeld is offline
external usenet poster
 
Posts: 5,651
Default formula help

On Wed, 1 Apr 2009 13:48:09 -0700, Silverline
wrote:

thank you Ron I have it working on a range of cells example B12-B37 how do
now add N12:N37
--
glen



Set AOI = Range("b12:b37,n12:n37")

--ron