HELP on this strange errror : Method OpenTextFile of IFilesystem3 Failed

  • Thread starter Tim via OfficeKB.com
  • Start date
T

Tim via OfficeKB.com

have a VBA macro on MS Excel that should open and read from a Text
file. This is the code

Dim fs, Tempfile
Set fs = CreateObject("Scripting.FileSystemObject")
Set TempFile = fs.OpenTextFile(strInputFile, 1, False)
Do While TempFile.AtEndOfLine <> True
' Process
Loop

It works for all of our users but one. One guy is getting this strange
error meesage when the code executes. I checked his MS excel and found
its same as mine, Office 2003 SP1 (The code works fine in my machine).

Can you GURUS please help me on this.....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top