Created
May 15, 2013 04:30
-
-
Save stevehenderson/5581651 to your computer and use it in GitHub Desktop.
VBA code to get current path of workbook
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'Path Only | |
Application.ActiveWorkbook.Path | |
'Whole enchilada | |
Application.ActiveWorkbook.FullName |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment