DLL reference required
Private Sub Command1_Click()
Dim filobj As New FileSystemobject
End Sub
how wil i refrence to the scrrun.dll ?
[127 byte] By [
Darakhshan] at [2007-11-11 7:40:18]

# 1 Re: DLL reference required
Select References... from VB's Project menu, then check the box adjacent to "Microsoft Scripting Runtime" in the References dialog box.
# 2 Re: DLL reference required
Select References... from VB's Project menu, then check the box adjacent to "Microsoft Scripting Runtime" in the References dialog box.
thanks alot Sir