Dear all,
I've moved all my VB-code from one PC to another. I load a project and when
I try to run it, it abends on a
Mid(Date,1,2)
with Date highlited.
When I put this line in comment, it stops on
Mid(variable,1, 5)
with Mid highlited.
Error is something like
"Syntax error : could not load project or library"
It looks like basic keywoards are no longer recognized. Any idea what could
be the cause?
Thanx in advance
I've moved all my VB-code from one PC to another. I load a project and when
I try to run it, it abends on a
Mid(Date,1,2)
with Date highlited.
When I put this line in comment, it stops on
Mid(variable,1, 5)
with Mid highlited.
Error is something like
"Syntax error : could not load project or library"
It looks like basic keywoards are no longer recognized. Any idea what could
be the cause?
Thanx in advance
Comment