What have I done wrong?

Ronald95

New Member
Joined
May 21, 2015
Messages
3
Program ask me to enter six random numbers and then show the sum.
Here is the code I entered:

Public Sub sum()
Dim a, b, c, d, e, f
MsgBox "Find sum"
Do
r = InputBox("Enter six numbers ", " ")
MsgBox "And the sum is: " & a + b + c + d + e + f


End Sub

But I get this error:
Compile error:
Do without Loop

What do I need to correct??
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
Yep....but we don't do homework, as most of us had to our own about 40+ years ago...:biggrin:
 
Upvote 0

Forum statistics

Threads
1,203,349
Messages
6,054,892
Members
444,760
Latest member
TeckTeck

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top