[E-00]lancement application par fonction shell
bonjour,
j'ai un petit probleme en voulant lancer une application externe a excel en utilisant la fonction shell. Voila mon code :
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13
| Private Sub B_maj_SB_Click()
Dim reponse As Variant
Dim plop As Variant
MsgBox "Lancement de impromptu"
plop = Shell("R:\CMM\Raphael\imp SB.imr", 1)
AppActivate plop
reponse = MsgBox("avez vous fais l'extraction impromptu?", 4)
If reponse = vbYes Then
Call maj_sb
Else
MsgBox "faite la et relancez la macro " & vbNewLine & "merci"
End If
End Sub |
en executant cette macro il me dis :
erreur execution : 5
argument ou appel de procédure incorrect
je suis pourtant parti de l'exemple de l'aide..
merci pour votre aide
ps: j'utilise excel 2000