excel vba get the workbook full file name with path vba active workbook path

The solution for “excel vba get the workbook full file name with path vba active workbook path” can be found here. The following code will assist you in solving the problem.

MsgBox ThisWorkbook.FullNameApplication.ActiveWorkbook.Path      ‘ just the path itself (directory)
Application.ActiveWorkbook.FullName ‘ path with the workbook name.

Thank you for using DeclareCode; We hope you were able to resolve the issue.

More questions on [categories-list]

Similar Posts