View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Don Kline[_3_] Don Kline[_3_] is offline
external usenet poster
 
Posts: 6
Default Storing a column of input data

I will have an application in which there will be four columns where the end
user can fill out 100 rows of dollar amounts or percentages. I need to be
able to save those columns as part of saving a "case" which can be recalled
for editing, etc.

The thought is is to take the 100 rows of the column and store it in a cell
as an array. Can this be done?