Hi.
So, i got a code for checking if a file exists from google.
The problem is with it, even tho the file actually exists, it keep skipping it, as it didn't exists.
Code:
Sub CFF()
Dim fso: Set fso = CreateObject("Scripting.FileSystemObject")
If fso.FileExists("Desktop\SkjKa.xlsm") Then...