Hi,
you can try check for value in 1 of the EB()
if emty its 255 and it setup defaults 12345
[code:1:01f4fa679c]If Eb(5) = 255 Then 'only if eb(5) is 255 (emty)
For I = 1 To 5
Eb(i) = I ' default values 1, 2, 3, 4, 5
Next I
End If[/code:1:01f4fa679c]
↧