Excel VBA Dapatkan nama file lengkap buku kerja dengan path
MsgBox ThisWorkbook.FullName
Excel Hero
MsgBox ThisWorkbook.FullName
Application.ActiveWorkbook.Path ' just the path itself (directory)
Application.ActiveWorkbook.FullName ' path with the workbook name.