Erreur 91 VBA Excel
Fermé
kaisusr
Messages postés
1
Date d'inscription
jeudi 9 octobre 2014
Statut
Membre
Dernière intervention
9 octobre 2014
-
9 oct. 2014 à 12:16
thev Messages postés 1971 Date d'inscription lundi 7 avril 2008 Statut Membre Dernière intervention 5 mai 2025 - 11 oct. 2014 à 16:54
thev Messages postés 1971 Date d'inscription lundi 7 avril 2008 Statut Membre Dernière intervention 5 mai 2025 - 11 oct. 2014 à 16:54
A voir également:
- Erreur 91 VBA Excel
- Liste déroulante excel - Guide
- Word et excel gratuit - Guide
- Erreur 0x80070643 - Accueil - Windows
- Déplacer colonne excel - Guide
- Si et excel - Guide
1 réponse
thev
Messages postés
1971
Date d'inscription
lundi 7 avril 2008
Statut
Membre
Dernière intervention
5 mai 2025
709
11 oct. 2014 à 16:54
11 oct. 2014 à 16:54
Sub ouverture()
If (ActiveWorkbook.Path = "C:\GED\TEMP") Then
If Dir ("C:\GED\winscp.exe") <> "" Then
MsgBox ActiveWorkbook.Path
End If
End If
End Sub
--
If (ActiveWorkbook.Path = "C:\GED\TEMP") Then
If Dir ("C:\GED\winscp.exe") <> "" Then
MsgBox ActiveWorkbook.Path
End If
End If
End Sub
--