View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mike Mike is offline
external usenet poster
 
Posts: 3,101
Default range values in an array?

Is ther an easy way to read the values of multiple cells into an array?

myArray = Range(LeftCell, RightCell) <-?

Thanks
Mike