Answers for "vba active workbook path"

VBA
3

excel vba get the workbook full file name with path

MsgBox ThisWorkbook.FullName
Posted by: Guest on April-04-2020
0

vba active workbook path

Application.ActiveWorkbook.Path      ' just the path itself (directory)
Application.ActiveWorkbook.FullName  ' path with the workbook name.
Posted by: Guest on January-31-2021

Code answers related to "vba active workbook path"

Code answers related to "VBA"

Browse Popular Code Answers by Language