View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
vhrao vhrao is offline
external usenet poster
 
Posts: 7
Default how to save a range of cell values

I have a list with several options. I also have a defined fixed range
of cells. For each option in the list I want to store the values
entered by user inside the range of cells. Basically I want to maintain
an array where each array element can store values for the defined
range of cells
How can I do this? Thanks for you help.