Forum Discussion
mark_addinall
13 years agoOccasional Contributor
'Create Object
Dim fso,f
Set fso = CreateObject("Scripting.FileSystemObject")
'Open the text file
Set f = fso.OpenTextFile(PathToFile,1,True)
'Create Object
Dim fso,f
Set fso = CreateObject("Scripting.FileSystemObject")
'Open the text file
Set f = fso.OpenTextFile(PathToFile,1,True)