VBA pour arcgis9.3

selma -  
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

1 réponse

Polux31 Messages postés 6917 Date d'inscription   Statut Membre Dernière intervention   1 204
 
De rien ....

Bonjour ...
0