I'm a novice to VBA but, Did you try using forward slashes or double backslash in the quoted file path?
Some programming languages use the single backslash as an escape character within quoted strings which needs a double backslash to return one backslash.
Microsoft also recognizes the...