Hi,<br>I'm trying to use arrays as Global Variable but when I compile, i'm said, that the array can't be public, how can i it ?<br><br>Here is the code I use :<br><br>Const glMaxFiltre = 50<br>Public glFiltreType(0 To glMaxFiltre) As String<br>Public glFiltreNumero(0 To glMaxFiltre) As String<br>Public glFiltreParametre(0 To glMaxFiltre) As String<br>