There are three types of errors that can occur in a Visual Basic Programming.
1. SYNTAX ERRORS/COMPILER ERRORS
2. RUNTIME ERRORS/EXCEPTIONS
3. LOGICAL ERRORS
Syntax Errors
Syntax errors, the easiest type of errors to spot and fix, occur when the code you have written cannot be “understood” by the compiler. The syntax error is also referred as Compiler error. This [...]