VBA is the default programming language used in Microsoft Office and Visual Basic on Windows platforms. VBA Makes use of self-contained reusable code referred as Objects. Before VBA makes use of an Object, it first needs to establish a reference to that object. The Microsoft Scripting Runtime Object is no different from this rule. You can set a reference to the Microsoft Scripting Runtime by using the VBA programming environment. Dim fsObject as Scripting.FileSystemObject Set fsObject =New FileSystemObject
