Hello,

I'm trying to open a document, and I think I was successful in doing so about 30 min ago, but now I get an error (Run-time error 5174: "This file could not be found")
But!!! The file DOES exist!!!

Please, help me if you can!

Thank you!

Here's my code:

Set wrd = CreateObject("Word.Application")

fileout = "C:\Test.rtf"
wrd.Documents.Open fileout