View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Jeff Jeff is offline
external usenet poster
 
Posts: 921
Default Writing to a database

Hi,

I have a vba program that is calculating fund values for a large number of
policies.
The funds are in arrays but since there are a lot of policies memory is
becoming an issue. Is there some way to write the fund arrays to Access or a
csv file/ or some database and then access the values later. Is there some
solution that is commonly done in this situation?

Thanks for your help