View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
AlexT AlexT is offline
external usenet poster
 
Posts: 16
Default Hash table code - anyone ?!

Folks

I'm looking for a VBA implementation of a hash table.

I'm looking for something that would encapsulate the logic in a class,
with probably two methods (one for adding items and another for looking
up).

As surprising as it seems I have not managed to find something decent
using google... but I'm probably not a search engine god...
Any pointer / advice appreciated

Regards

--alexT