O
okedoki
Guest
Bonsoir
J' ai plusieurs listbox nommée listbox1 a 10 .
Je voudrais grace a une boucle pouvoir faire un test sur chaque listbox
un truc du style :
for i = 1 to 10
if listbox(i) = ' quelquechose' then
end if
next i
Mais voila je n' arrive pas a trouver la bonne syntaxe pour le test de chaque listbox
Merci de votre aide
J' ai plusieurs listbox nommée listbox1 a 10 .
Je voudrais grace a une boucle pouvoir faire un test sur chaque listbox
un truc du style :
for i = 1 to 10
if listbox(i) = ' quelquechose' then
end if
next i
Mais voila je n' arrive pas a trouver la bonne syntaxe pour le test de chaque listbox
Merci de votre aide