Excel vba obtient le classement le nom complet du fichier avec chemin
MsgBox ThisWorkbook.FullName
Excel Hero
MsgBox ThisWorkbook.FullName
Application.ActiveWorkbook.Path ' just the path itself (directory)
Application.ActiveWorkbook.FullName ' path with the workbook name.