Ok so i need to check if a directory exists, problem is the folder is diffent on each install the only thing that the same is the first 3 characters so I thought of uses the instr to check to see if any folder contain the words "wko" but I get a run time error 13 with this.
any help would be great
thnak you
Code:
If Dir$(InStr("C:\wko", vbDirectory)) <> vbNullString Then
end if
thnak you