Reputation: 19082
I want to get the folder path from the file who is running the vba-code. For example: the vba-code is in the file C:\myfolder\file.accdb and I want the vba-code to return C:\myfolder\
Is that possible?
Upvotes: 0
Views: 3398
Reputation: 91376
You need
currentproject.Path
Upvotes: 2