Thread: List of data?
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Robert Crandal[_2_] Robert Crandal[_2_] is offline
external usenet poster
 
Posts: 158
Default List of data?

I'm using Excel 2007 and I'm looking for an easy way to
implement something like a linked list of data or as a
set that is found in other programming languages. I would
like to be able to easily add or remove items from this
list data structure. It would also be nice if I could dump
the list data/contents into Excel cells.

Anyone have any ideas or suggestions?

Thank you!