VBA pour arcgis9.3
selma
-
Polux31 Messages postés 6917 Date d'inscription Statut Membre Dernière intervention -
Polux31 Messages postés 6917 Date d'inscription Statut Membre Dernière intervention -
svp j'ai programmer un bouton parcourir avec VBA pour choisir une table avec ce code
With Application.FileDialog(msoFileDialogOpen)
.AllowMultiSelect = False
If .Show <> -1 Then
Else
projet1.TextBox2.Text = .SelectedItems(1)
End If
End With
mais il me génère une erreur 438 je sais pas comment le corriger merci d'avance
With Application.FileDialog(msoFileDialogOpen)
.AllowMultiSelect = False
If .Show <> -1 Then
Else
projet1.TextBox2.Text = .SelectedItems(1)
End If
End With
mais il me génère une erreur 438 je sais pas comment le corriger merci d'avance
A voir également:
- VBA pour arcgis9.3
- Excel compter cellule couleur sans vba - Guide
- Incompatibilité de type vba ✓ - Forum VB / VBA
- Erreur 13 incompatibilité de type VBA excel ✓ - Forum Excel
- Mkdir vba ✓ - Forum VB / VBA
- Dépassement de capacité vba ✓ - Forum Excel