Answers for "vba active workbook"

VBA
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"

Browse Popular Code Answers by Language