Question to do with EXCEL VISUAL BASIC, if anyone knows that fluently?

EgyptianPrince

New member
Joined
Sep 1, 2009
Messages
2
Reaction score
0
Points
1
Write a VBA sub procedure called addNumbers that adds all numbers from the first given number to the last number (see a sample run below). Your sub procedure should allow the user to enter the first and the last number and display the sum of numbers form start last inclusive.
Skill Set Required:
? VBA sub procedure
? VBA variables
? For... Next loop
? InputBox
? MsgBox





If anyone can help me with that or knows how to do it that would be appreciated :)

Thanks
 
Back
Top