Is this true

- When I want to use a variable through out the project - I should declare it Public in a module not a form.
- When I want to use a variable through out the module - I should declare it Private in a module on a module level.

Thanks