see Bob Phillips's post:
http://groups.google.com/group/micro...o&rnum=1&hl=en
--
Gary''s Student - gsnu200821
"XP" wrote:
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