Thread: Hashing
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Martin Fishlock[_3_] Martin Fishlock[_3_] is offline
external usenet poster
 
Posts: 59
Default Hashing

It is possible to use hash tables in VBA.

Try this reference for some ideas: http://epaperpress.com/vbhash/

HTHs.

"Starting vba programmer" wrote:

Hey

Is it possible to use a hashtabel in vba?
If so how can I use it?

Thanks