I need to create a module in visual basic. I have created the module but dont know how to declare the items within the module or how to call the module(from the code in the form). Could someone help me with an example bit of code? The item in the module is to be " public sub Analyser" how would i define this in the module and then call it from "private sub analyser"?