Pour ouvrir l’explorateur depuis VB, utiliser la procédure suivante:

Private Sub Command1_Click()
    Set objShell = CreateObject(« Shell.Application »)
    objShell.Explore « c:\MonRepertoireAOuvrir »
End Sub