If I want someone to have access to some, but not all, of my asp code is there some way that I could "hide" some of it in a "public" type of a module (ala vb) such that the pages could access the subs and functions there and that I could keep to myself and not share?

I thought that the global.asa page was the way to go but apparently not? It doesn't appear to take functions and subs.