How to Fix an Overflow Error in Vb6
- 1). Load your program on the VB 6 environment. Click the "File" button and then click on the "View" button. Click on the "Error List" icon to open it.
- 2). Press the "F5" button to run the program. This will regenerate the error messages.
- 3). Reopen the error list by clicking on the error message that appears. Look for the line number from the error list and fix the variable.
- 4). Check the variable type to make sure that it correlates with the declaration section on the program.
- 5). Fix all of the errors in the list to debug the program.
- 6). Click the "Save" button in the "File" menu to save the program without the overflow.
Source...