Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~296 People Reached
Favorite Forums
Favorite Tags
Member Avatar for mikeandike

Hi, I would like to terminate a do until ....loop when future value is greater than 1000 without using a Exit or Continue statement. Any suggestions? Thanks [CODE] Do Until inti > intMonths decFutureValue = (decFutureValue + decMonthlyInvestment) * (1 + decMonthlyInterestRate) If decFutureValue > 1000 Then End if inti …

Member Avatar for mikeandike
0
110
Member Avatar for mikeandike

Hi, I'm trying to store a new value within a variable and then compare it to the previous value of that variable using the Math.Min method. I have created two seperate variable 1 for the previous and one for the new but I can't seem to store it. They both …

Member Avatar for StuartMillner
0
105
Member Avatar for mikeandike

Hi, How can I store the value of a variable into another variable that wont be changed unless it meets certain criteria - Thanks

Member Avatar for apegram
0
81