Excel VBA Obtenga el nombre de archivo completo del libro de trabajo con ruta
MsgBox ThisWorkbook.FullName
Excel Hero
MsgBox ThisWorkbook.FullName
Application.ActiveWorkbook.Path ' just the path itself (directory)
Application.ActiveWorkbook.FullName ' path with the workbook name.