Hello
My userform has three boxes:
TxtBoxSalary - £0.00
TxtBox600 - £0.00
TaxBoxPercent - 0.0%
I want the user to enter figures into these fields, for example:
TxtBoxSalary - £1633.75
TxtBox600 - £610.43
TxtBoxPercent - 5.5%
When the user presses the Calculate command button I want the macro to perform the following calculation
(TxtBoxSalary / 31 * 16) * TxtBoxPercent + TxtBox600
And for the answer to be dropped into cell O35 in the worksheet.
Can someone give me an idea of where to start please? It's been a very long time since I did anything with userforms...
thank you very much
thank you for helping
____________
Pendle
My userform has three boxes:
TxtBoxSalary - £0.00
TxtBox600 - £0.00
TaxBoxPercent - 0.0%
I want the user to enter figures into these fields, for example:
TxtBoxSalary - £1633.75
TxtBox600 - £610.43
TxtBoxPercent - 5.5%
When the user presses the Calculate command button I want the macro to perform the following calculation
(TxtBoxSalary / 31 * 16) * TxtBoxPercent + TxtBox600
And for the answer to be dropped into cell O35 in the worksheet.
Can someone give me an idea of where to start please? It's been a very long time since I did anything with userforms...
thank you very much
thank you for helping
____________
Pendle