Bonsoir VIARD
Tu peux éclairer ma lanterne ?
Je pense que j'ai bon, mais cela veut dire quoi ?
Code:
Sub VIARD()
Dim t, i%
t = Split("E5²CC²8E²CD²D0²D7²DD²D2²8F²CC²86²C7²D6²D1²83²DA²C9²C6²DC²D2²C1²DA²CD²D8²DD", "²")
For i = LBound(t) To UBound(t)
tmp = tmp & Chr(Application.WorksheetFunction.Hex2Dec(t(i)))
Next
MsgBox tmp, vbInformation, "J'ai bon ?"
End Sub
Je pense que j'ai bon, mais cela veut dire quoi ?