cc.caroline15
Registered User.
- Local time
- Today, 05:03
- Joined
- Oct 23, 2014
- Messages
- 23
Hello everyone
I really need help im new to VBA and having a hard time understanding loops. I'm trying to create a compound interest form using loops and the following formula:
TotalVariable = TotalVariable + (TotalVariable * (RateVariable / 100 / 12))
I'm not sure whats wrong with my code and it's not working!! Can anyone take a look at my code and help me? Thanks
I really need help im new to VBA and having a hard time understanding loops. I'm trying to create a compound interest form using loops and the following formula:
TotalVariable = TotalVariable + (TotalVariable * (RateVariable / 100 / 12))
I'm not sure whats wrong with my code and it's not working!! Can anyone take a look at my code and help me? Thanks