Hello all,
I've been trying to figure this one out on my own, but can't seem to. So I turn to you all!
Here's what I'd like to do:
On a userform, I'd have two textboxes: One for a person's name, and one for the amounts of refunds they may have processed. i.e., Joe has turned in handwritten worksheet to me that says he processed three refunds for 2.00, 4.99 and 3.50.
Sally will type "Joe" into the name textbox. She'll then type "2 4.99 3.50" or "2.00, 4.99, 3.50" into the second textbox.
I'd like to take the numbers she enters into the second textbox and add them together with the result being placed in a cell on a worksheet.
What I haven't been able to figure out is how to separate out the list of numbers (either space or comma delimited) and sum them up.
Suggestions??
Much appreciation in advance!
I've been trying to figure this one out on my own, but can't seem to. So I turn to you all!
Here's what I'd like to do:
On a userform, I'd have two textboxes: One for a person's name, and one for the amounts of refunds they may have processed. i.e., Joe has turned in handwritten worksheet to me that says he processed three refunds for 2.00, 4.99 and 3.50.
Sally will type "Joe" into the name textbox. She'll then type "2 4.99 3.50" or "2.00, 4.99, 3.50" into the second textbox.
I'd like to take the numbers she enters into the second textbox and add them together with the result being placed in a cell on a worksheet.
What I haven't been able to figure out is how to separate out the list of numbers (either space or comma delimited) and sum them up.
Suggestions??
Much appreciation in advance!