The long title says all
If you declare in Process_Globals variables not yet used writing Private or Dim, you get the warning (unused [VariableName]), but if you use Public no warnings will be shown.
A variable declared with Dim in Process_Globals is public, I know, but I prefer always to use Private or Public.
If you declare in Process_Globals variables not yet used writing Private or Dim, you get the warning (unused [VariableName]), but if you use Public no warnings will be shown.
A variable declared with Dim in Process_Globals is public, I know, but I prefer always to use Private or Public.