What if i use Public I As Int in Globals ?
It's a Global variable.
Public and Private declarations are important in Class modules. They were introduced when classes were introduced.
If you declare Dim As Int in a Sub Class_Globals Routine it's considered as Public.