This document provides instructions for modifying old QBASIC programs to run in Visual Basic. It outlines 7 steps: 1) save QBASIC code as text, 2) start a Visual Basic project, 3) add a command button, 4) insert QBASIC code into the button, 5) make minor syntax changes, 6) run the program, and 7) save the Visual Basic project. A few QBASIC commands like LPRINT need to be modified, while others like DATA statements remain the same. With these simple modifications, QBASIC programs can continue to be useful by running in Visual Basic.