Dim a As Integer Dim b As Integer Dim c As Integer a = 123 'First number b = 234 'Second number c = a * b