Bonjour Steelson
J'ai modifié la macro , mais le dossier remonte vide
Ne faut il pas que je modifie aussi la macro ci dessous
Public Function ObtenirCheminBureau() As String
On Error GoTo ObtenirCheminBureauError
Dim CheminBureau As String
CheminBureau = ""
Dim oWSHShell As Object
Set oWSHShell = CreateObject("WScript.Shell")
CheminBureau = oWSHShell.SpecialFolders("Desktop")
If (Not (oWSHShell Is Nothing)) Then Set oWSHShell = Nothing
ObtenirCheminBureau = CheminBureau
Exit Function
ObtenirCheminBureauError:
If (Not (oWSHShell Is Nothing)) Then Set oWSHShell = Nothing
ObtenirCheminBureau = ""
End Function
Merci pour ton aide
Et en attente de ta réponse
Je te souhaite une bonne Journée
NATH