This code is for those people who want to open up folders/directories as separate windows, as compared to the alternative fileboxes.
Original Author: Ted R. Smith
Assumptions
Nothing
Returns
Opens a folder/directory in a separate window
API Declarations
Code
Directory = "C:"
Shell "Explorer " + Directory, vbNormalFocus
' The above code opens the C: directory as a new window