I am trying to open a file, but it does not work.
Workbook.Open C:\users\me\desktop\testfile.txt
I always get the error message: Runtime error "424": object required
I just want to open the file. It is not fixed if the file is exel, txt, jpg or text file.
It should be as simple as possible.
source
share