iLogic - Jump to Active File Directory in Windows Explorer
Here's a quick snippet I made today to launch windows explorer to the active file's directory.
Shell ("explorer.exe " & ThisDoc.Path, vbNormalFocus)
That's it. Create that in an external rule then add that to the global forms tab to make a handy button.
Shell ("explorer.exe " & ThisDoc.Path, vbNormalFocus)
That's it. Create that in an external rule then add that to the global forms tab to make a handy button.
Comments