Using Excel VBA, how can I determine the pdf files that are opened in the user's session?
If I were writing this to find opened word documents the code would be
Set wdApp = GetObject(, "Word.Application")
This gives me the number of open word documents.
How can I do the same for pdf files?
