Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
FileHandling
#2
Solved: 10 Years, 10 Months, 2 Weeks ago
Instead of ....
Code:
Set file1 = fso1.opentextfile("c:\textfile.txt", ForReading, True)

Try this.......
Code:
Set file1 = fso1.opentextfile("c:\textfile.txt",1, True)
Reply


Messages In This Thread
FileHandling - by Usha - 07-27-2008, 01:20 AM
RE: FileHandling - by gammaflare - 07-27-2008, 11:42 AM
RE: FileHandling - by Usha - 07-28-2008, 11:25 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)