Is there a method using VBA to track down a programs file path? I found some examples in C# but have not been able to find anything in VBA to give me guidance on it.
What I am trying to do is rather than hardcode the file path for Acrobat, I would like to find it via VBA in case the next person who happens to use the file does not have it installed in the same location as myself (such as their D drive rather than C). I am doing a decent bit of interaction with Acrobat, so if the path ends up being different, nothing will work hence the problem of hard coding it
. Thanks in advance!
What I am trying to do is rather than hardcode the file path for Acrobat, I would like to find it via VBA in case the next person who happens to use the file does not have it installed in the same location as myself (such as their D drive rather than C). I am doing a decent bit of interaction with Acrobat, so if the path ends up being different, nothing will work hence the problem of hard coding it
