T
Tdp
Is there a vb code checker programme that anyone can recommend?
Mike H said:Hi,
The tools provided in VB editor are pretty comprehensive and will ensure you
get code that will compile. After that no code checker could decide if the
code is doing what you want because code will do what you tell it do do which
often isn't what you want.
Have a look here for some useful tips
http://www.cpearson.com/excel/Debug.htm
Mike