ShareVB
Messages postés2676Date d'inscriptionvendredi 28 juin 2002StatutMembreDernière intervention13 janvier 201626 1 févr. 2005 à 12:43
salut,
tu fais un truc dans le genre de :
Dim f As Form
For Each f In Forms
If f.Name = Block
Then
Exit For
End If
Next
'si pas d'index
CallByName f.Controls(tmp(0)), tmp(1), VbLet, tmp(2)
'si index : tmp(3) = l'index
CallByName f.Controls(tmp(0)).Item(tmp(3)), tmp(1), VbLet, tmp(2)