Sub Process_Globals
'These global variables will be declared once when the application starts.
'These variables can be accessed from all modules.
Dim a, b, x As Int
End Sub
Ah yes i understand now.
"Dim a, b, x as Int" was in Sub Process_Global in code module but also in Sub CALCULE.
With dim only in Sub Process_Global it works