It depends on if you need same Variables (which means the same data) in multiple subs. You can declare them at a Module level and use them in the methods in that module.