I am taking an introduction to Visual Basic 6.0 class at a community college. The program I'm working on will calculate payments for a car loan. This exercise requires that the various interest rates be displayed in a listbox. Rather than keying in each entry, I want the program to figure out all the values using the For Next statement with values of 7.00% to 12.00% in steps of .25%, then add those values to the ListBox when the program loads. Appreciate an example!