GODZILLA Registered User. Local time Today, 05:28 Joined Mar 15, 2010 Messages 70 Aug 25, 2010 #1 Hello programmers, I have the below section of code that opens folders. I now want to do the reverse. Is it possible? Thanks in advance. Code: Call shell("explorer.exe " & str_folder,vbNormalFocus)
Hello programmers, I have the below section of code that opens folders. I now want to do the reverse. Is it possible? Thanks in advance. Code: Call shell("explorer.exe " & str_folder,vbNormalFocus)
D darbid Registered User. Local time Today, 14:28 Joined Jun 26, 2008 Messages 1,428 Aug 25, 2010 #2 Here is an example of two ways I would do it. http://www.bigresource.com/Tracker/Track-vb-WN36YREPFP/
Here is an example of two ways I would do it. http://www.bigresource.com/Tracker/Track-vb-WN36YREPFP/
ghudson Registered User. Local time Today, 08:28 Joined Jun 8, 2002 Messages 6,194 Aug 25, 2010 #3 Close folder, Close Program Interesting.