Search results

  1. G

    Hello everybody

    Hello, I'm new on this forum. I developp somtimes with access and VBA. See you!
  2. G

    Selection in a list box, which prevents all other controls to operate

    Hello, I try to select by the vba code, one element in a list box. I found this code on this site: Function Selectionner(Liste As ListBox, Colonne As Integer, Chercher As String) Dim i As Integer Dim Trouve As Boolean For i = 0 To Liste.ListCount - 1 If...
Back
Top Bottom