Membre de méthode ou de données introuvable
Résolu
sofyen31
Messages postés
80
Statut
Membre
-
eriiic Messages postés 25847 Date d'inscription Statut Contributeur Dernière intervention -
eriiic Messages postés 25847 Date d'inscription Statut Contributeur Dernière intervention -
Bonjour,
Quand je cherche a utiliser ma manipulation ce message s'affiche :
Erreur de compilation :
Membre de méthode ou de données introuvable
voici mon code :
Sub userform_initialize()
ProgramList.Clear
Dim myCell As Range
Dim rngItems As Range
' Get the row where to paste program to get the number of programs
ProgramRow = Sheets("Saved Programs").Range("B" & Rows.Count).End(xlUp).Row + 1
If Sheets("Saved Programs").Range("A1") = "" Then ProgramRow = 1
Set rngItems = Sheets("Saved Programs").Range("A1:A" & ProgramRow)
With Me.ProgramList
For Each myCell In rngItems.Cells
If Trim(myCell) <> "" Then
.AddItem myCell.Value
End If
Next myCell
End With
End Sub
Bien cordialement
Quand je cherche a utiliser ma manipulation ce message s'affiche :
Erreur de compilation :
Membre de méthode ou de données introuvable
voici mon code :
Sub userform_initialize()
ProgramList.Clear
Dim myCell As Range
Dim rngItems As Range
' Get the row where to paste program to get the number of programs
ProgramRow = Sheets("Saved Programs").Range("B" & Rows.Count).End(xlUp).Row + 1
If Sheets("Saved Programs").Range("A1") = "" Then ProgramRow = 1
Set rngItems = Sheets("Saved Programs").Range("A1:A" & ProgramRow)
With Me.ProgramList
For Each myCell In rngItems.Cells
If Trim(myCell) <> "" Then
.AddItem myCell.Value
End If
Next myCell
End With
End Sub
Bien cordialement
A voir également:
- Membre de methode ou de donnée introuvable vba
- Membre indisponible vinted - Guide
- Supprimer les données de navigation - Guide
- Facebook rencontre introuvable ✓ - Forum Facebook
- Incompatibilité de type vba ✓ - Forum VB / VBA
- Erreur 13 incompatibilité de type VBA excel ✓ - Forum Excel