tonywatsonhelp
Well-known Member
- Joined
- Feb 24, 2014
- Messages
- 3,210
- Office Version
- 365
- 2019
- 2016
- Platform
- Windows
Hi Everyone,
Ok so a bit of a strange one i'm doing a Billing cycle that shows how much is owed but i need to be able to adjust the amounts and could do with a macro to help.
So I have three ranges we take to take into account.
AC10:AC26 is my indicator for what we are goig to change.
Z10:Z26 & AA10:AA26 are amounts
So heres what I need.
I will press a buton and run the macro,
the macro will ask me "What figure do you want to change the payment to?" and I can put any figure I like including zero and minus
The macro then adjusts the next amount due to the figure ive said and adds the difference on to the next months figure.
So heres it in English if code could read it lol.
I run Macro,
Message Box "What figure do you want to change the payment to?" and gives me a place it input my amount.
I put an amount for example 1000, it then looks at the sheet down
Ok so a bit of a strange one i'm doing a Billing cycle that shows how much is owed but i need to be able to adjust the amounts and could do with a macro to help.
So I have three ranges we take to take into account.
AC10:AC26 is my indicator for what we are goig to change.
Z10:Z26 & AA10:AA26 are amounts
So heres what I need.
I will press a buton and run the macro,
the macro will ask me "What figure do you want to change the payment to?" and I can put any figure I like including zero and minus
The macro then adjusts the next amount due to the figure ive said and adds the difference on to the next months figure.
So heres it in English if code could read it lol.
I run Macro,
Message Box "What figure do you want to change the payment to?" and gives me a place it input my amount.
I put an amount for example 1000, it then looks at the sheet down
AC10:AC26 finds the first row to have "No" in that column goes to that row in AA changes the amount to what i said and adds the difference to whatever was in the row below it.
Hope that makes senc, please help if you can
Thanks
Tony
Hope that makes senc, please help if you can
Thanks
Tony