The problem is that even if the user selects a letter between a-g or A-G, then the code in the default section still executes as well as the code in the case section. I may be going the wrong way around this, but I thought default would only execute if the other case clauses are not met.
Thanks
Thanks