Message 1 of 4

Not applicable
11-10-2017
06:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I am using an easy Ilogic rule, which opens the directory of the open document via explorer.exe
If ThisDoc.Path IsNot "" Then Shell("explorer.exe " & ThisDoc.Path,vbNormalFocus) Else MessageBox.Show("Cannot open the file directory", "iLogic") End If
But when I have a lot of files in the document directory, its pretty complicated to find the document file. Is there any possibility to make explorer highlight (or select) the used document file? I tried the standard functions for both explorer.exe and VBAs Shell, but it did not work.
Thank you for help!
Solved! Go to Solution.