Quote Originally Posted by sciguyryan
Or, you can use the CreatObject function like so:

VB Code:
  1. Dim FSO As Object
  2. Set FSO = CreateObject("Scripting.FileSystemObject")
Indeed you can, but it is slower and also you don't get any of the IntelliSense code menus in the IDE, because the link is made at runtime.