kshitij_dch
Active Member
- Joined
- Apr 1, 2012
- Messages
- 362
- Office Version
- 365
- 2016
- 2007
- Platform
- Windows
I have a table in which i have tenure in months in column A from 1 month to 60 months.
I have categorize months in 3 parts , (12 - 23) , (24-35) and (36 to 60)
(12-23) is 8%
(24-35) is 8.15%
(36-60) is 8.75%
I need to build a calculator with the help of macro that will calculate premium generated.
I have build a user form in which 2 labels are "Tenure in months" and "Amount Deposited"
Tenure in months has a input box
Amount Deposited has a input box
I am looking to build a macro in which user will enter "Tenure in months" in the input box and Amount Deposited in Input Box and presses Command button
Macro will calculate his Premium Amount according to categorization
Example , User inputs "Tenure in months" as 15 and Amount Deposited as 25000
Macro will calculate it as 25000*8% that is 2000 is the premium Amount will be displayed in Sheet 1 C3
I have categorize months in 3 parts , (12 - 23) , (24-35) and (36 to 60)
(12-23) is 8%
(24-35) is 8.15%
(36-60) is 8.75%
I need to build a calculator with the help of macro that will calculate premium generated.
I have build a user form in which 2 labels are "Tenure in months" and "Amount Deposited"
Tenure in months has a input box
Amount Deposited has a input box
I am looking to build a macro in which user will enter "Tenure in months" in the input box and Amount Deposited in Input Box and presses Command button
Macro will calculate his Premium Amount according to categorization
Example , User inputs "Tenure in months" as 15 and Amount Deposited as 25000
Macro will calculate it as 25000*8% that is 2000 is the premium Amount will be displayed in Sheet 1 C3