I've got a userform set up to display a message if a particular file does not exist. The pathname and filename are stored in two different cells on my worksheet. When both the correct pathname and correct filename are present, FileExists returns True (as expected), however, even when I delete the pathname cell, FileExists still returns True. The filename does not exist in the same folder as my source/current file, so I'm not sure how it's locating it.
Any ideas why it's not returning False?
Any ideas why it's not returning False?