I have a macro to create PDF and STEP files from a drawing. I can use the code below to open a File Explorer window with the folder where the files were created. However, there are hundreds of files in that folder. How do I get the File Explorer window to only show the results of a PDM search? I don't see how to get IEdmSearch7 to talk to a Windows File Explorer window.
Dim cmd As String cmd = "C:\WINDOWS\explorer.exe " & exportPath Shell cmd, vbNormalFocus