I have code as SELECT CASE w CASE 1 ... CASE 2 ... CASE DEFAULT <--- :( ... END SELECT The DEFAULT gives a error but is in the help it is valid ELSE works ok. I tested the code as in the help and changed the last case to verify the error was not my project related. Ron