Skip to content

Instantly share code, notes, and snippets.

@stevehenderson
Created May 15, 2013 04:30
Show Gist options
  • Save stevehenderson/5581651 to your computer and use it in GitHub Desktop.
Save stevehenderson/5581651 to your computer and use it in GitHub Desktop.
VBA code to get current path of workbook
'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