Bonjour Forum,
Je ne comprends pas les instructions suivantes et je voudrais savoir s'il y aurait quelqu'un pour m'aider...
Function WaitForEnd(fichier) As Long
Dim wsh As Object
Set wsh = CreateObject('WScript.Shell')
WaitForEnd = wsh.Run(fichier, 1, True)
End Function
Je ne comprends pas les paramètres de la fonction run. Et je ne comprends pas non plus ce que signifie 'Wscript' qui n'existe pas dans l'aide.
Et pourtan la fonction marche...
Merci d'avance. Bonne fin de journée.
Johanna
Je ne comprends pas les instructions suivantes et je voudrais savoir s'il y aurait quelqu'un pour m'aider...
Function WaitForEnd(fichier) As Long
Dim wsh As Object
Set wsh = CreateObject('WScript.Shell')
WaitForEnd = wsh.Run(fichier, 1, True)
End Function
Je ne comprends pas les paramètres de la fonction run. Et je ne comprends pas non plus ce que signifie 'Wscript' qui n'existe pas dans l'aide.
Et pourtan la fonction marche...
Merci d'avance. Bonne fin de journée.
Johanna