I have a Hashtable implementation (in class modules folder). But I get a strange (long) error, for which no help is provided.. Error throws when I make the Function that return Hashtable Public. It says: "Private object modules cannot be used in public object modules as parameters or return types for public procedures (**this is what i need), as public data members, or as fields of public user defined types."
I need very simple logic. I want to be able to get a Function inside one Worksheet to performs some check, fill a Hashtable and return it so I can iterate in it in another Worksheet. Is this even possible (How I do it in C#)
Thanks in advance