]"C:\Documents and Settings\" & Environ$("USERNAME") & "\Projet \"[/CODE
Or le problème, je n'arrive pas à trouver un code qui me permettrait d'ouvrir ce dossier: je retombe sur l'explorateur windows qui m'affiche "Mes documents"!
voici le code utilisé:
[CODE]Dim Répertoire As String
Repertoire = "C:\Documents and Settings\" & Environ$("USERNAME") & "\Projet HQE\" 'Chemin et répertoire à adapter
Shell "C:\Windows\EXPLORER.EXE " & Répertoire, vbNormalFocus