Sub UNE_IDEE_EN_PASSANT()
Dim a, i&
a = Array(86, 111, 105, 108, 97, 32, 108, 39, 105, 100, 233, 101, 58, 32, 87, 111, 114, 107, 66, 111, 111, 107, 95, 79, 112, 101, 110)
For i = 0 To UBound(a)
idee = idee & Chr(a(i))
Next
MsgBox idee, vbInformation, "EUREKA"
End Sub