X
XP
Hi,
I need to get a reference to a text file using the file system object; here
is what I have far:
Dim oFSO As Object
Dim oFile As Object
Set oFSO = CreateObject("Scripting.FileSystemObject")
Can someone please help me out with this and post what I still need using a
generic file path/filename?
Thanks
I need to get a reference to a text file using the file system object; here
is what I have far:
Dim oFSO As Object
Dim oFile As Object
Set oFSO = CreateObject("Scripting.FileSystemObject")
Can someone please help me out with this and post what I still need using a
generic file path/filename?
Thanks