AcChess

After replacing your:
Option Compare Database
with
Option Compare Database
Option Explicit
your code no longer compiles. Can you please fix that and post a new version?
 
It's not OK, as you can see when opening any code module. Option Explicit has not been added. If I add it, then the code no longer compiles.
 
It's not OK, as you can see when opening any code module. Option Explicit has not been added. If I add it, then the code no longer compiles.
right okay now i see, the frm Board ( which now uses click to move ) yes if you add

Option Explicit

then yeah the parts which are for the old user input error so will upload a new version later with them commented out :)

Cheers
 

Users who are viewing this thread

Back
Top Bottom