Hi everyone,
i try to use global variables, but when i want to set a value into those variables, and print it out with MsgBox, these variables stay empty??
I declare the variable in a module like this:
Global GLB_taal As String
in the first form that give a user a language choice i open the...