answersLogoWhite

0

Try this:

Dim x, y, z As Integer

Dim i As Integer

x = TextBox3.Text

y = TextBox4.Text

z = TextBox5.Text

For i = x To z Step 1

ListBox1.Items.Add(i & "X" & x & " = " & i * x)

Next

*x is the multiple

*y the number you want to start

*z is the number you want to end

Try it and the picture will be obvious

User Avatar

Wiki User

14y ago

What else can I help you with?