Basic Exercise
In this exercise, you have to acquire the total value of the addition of the column "A" numbers, whose absolute value is greater than 50.
MsgBox Abs(10) 'Will result in 10
MsgBox Abs(-10) 'Will result in 10
Remember that in most cases there is more than one way to solve the exercise.
Hint: The sum should have been positive.
SuperExcelVBA.com is learning website. Examples might be simplified to improve reading and basic understanding. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. All Rights Reserved.
Excel ® is a registered trademark of the Microsoft Corporation.
© 2024 SuperExcelVBA | ABOUT