VBA to close a folder.

GODZILLA

Registered User.
Local time
Today, 05:28
Joined
Mar 15, 2010
Messages
70
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)
 
Close folder, Close Program

Interesting.
 

Users who are viewing this thread

Back
Top Bottom