VBA pour arcgis9.3
selma
-
Polux31 Messages postés 7219 Statut Membre -
Polux31 Messages postés 7219 Statut Membre -
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
- Autofill vba ✓ - Forum Excel
- Vba range avec variable ✓ - Forum VB / VBA