I use VBA a fair bit but I've never had the need to use functions, I have however, used them quite alot in ASP so I'm not unacustomed to them.
My question is, is the proper procedure to create them as modules, and them call them from the code?
Is the syntax to call a module mobuleName()?
Cheers