I mean something like...

If ("H:\SNH\" contains (fileName))
objWord.Documents.Open(fileName)
Else
MsgBox("File Not Found!")



How can I make that work?