I'm writing code to open .chm files from VBA, but I need to know the location of the database to be able to open the file, which is in the same directory. Is there any way to find this out?
VB has App.Path, but VBA doesn't..