View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Denis[_4_] Denis[_4_] is offline
external usenet poster
 
Posts: 38
Default Setting up hashtable class module - tools procedure attributes dialog

Hash tables are eminently useful structures and I found one for VBA
(http://www.devx.com/vb2themax/Tip/19307) that I'm trying to use. I
have it mostly working but not quite completely. The instructions
say:

NOTE: must make Item the default member, using the Tools | Procedure
Attributes dialog

I haven't done this because I don't have a Tools | Procedure
Attributes dialog. I suspect this is the missing piece in the puzzle
that keeps this class from working completely.

Anyone know how I get to Tools | Procedure Attributes dialog for Excel
2003?

Alternatively if someone knows another hashtable module I would be
willing to try it as well.

Denis