In the code there is the following code:
Code: Select Case nErr
Case 5
Msg = "Access Denied!"
Case 1722
Msg = "Server not accessible!"
Case 1326
Msg = " Sie besitzen nicht die Berechtigungen dafür"
Case Else
Msg = "Error Nr. (" & nErr & ") !"
End Select
Because the error codes came from a german page i missed translating one of them because i couldn't work it out myself at the time because the others were easy. The translation for error code 1326 is "They do not possess the authorizations for it" (Thanks to Google translations service). It is good have all your errors in English or at least the same language because you don't want your users telling you an error if you don't even understand it.
I am sorry that i missed this, I would have edited it but i cannot, i get an error when i go into the edit page, must be some permission logic.
Regards,

Jonathon Rossi
http://www.jonorossi.com
Jonathon Rossi BattleShips - It supports single player and multiplayer over a network. And it's Free.