I'm posting this help thread for my little sister she is getting into numerology. Apparently they take someones birth date & add it together like this....


So If your birthday was for instance:
12/18/1991
In numerology you add it like this....
1+2+1+9+1+9+9+1 = 32
Then you take the result (32) and add it like this
3+2 = 5
The end result being that your life path equals a FIVE.

(Rule #1 Dealing with zero's)
In numerology you never add zero's & always drop any zeros (0's) from the results. So if a result was 30, it would be considered 3)
Now to show an example of how you deal with zero's & drop them from results.
If your birthday was for instance: 5/2/2010
Then you add 5+2+2+1 (don't add the zero) = 10
Then you take the result (10) and drop the zero...So the final result would be the life path = 1


(Rule #2, Master Numbers, 11, 22 & 33)
The only time you do not add the resulting final # together (outside of one containing a zero) that you get from the original birth date addition together is if it equals 11, 22, or 33.
So if the birth date was 5/1/2012
You add 5+1+2+1+2 = 11
The end result is 11 because you never add an 11, 22, or 33 together. So if the first addition result is 11, 22 or 33, then we do not add them together. We do not go to the next task.


Could someone help us figure out some simple visual basic code/rules to automatically add up a birth date to its numerology life path #...based on the above variables?
The form will use:
Textbox1.text (for the month of birth)
Textbox2.text (for the day of birth)
Textbox3.text (for the year of birth)
Button1 which will be the "calculate" button.
Label1 / Label1.text (which will display our result)


I hope I put this together in a simple/understandable way. I'm not the best at writing! And I thank everyone for taking the time to read this & hope someone feels like helping :-)
My sister & I really appreciate your time!