The variables should be Private and encapsulated as properties of the object with Property Get and Let functions to save and retreive them. This allows for validation when they are stored and a default to be included.
Where the variable is dependent on other Methods it should be read only (no Let function) so that they cannot be written to other than via the outcomes of the method.
None of this is possible with direct access to a Public variable.