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