craignigel
New Member
- Joined
- Feb 10, 2018
- Messages
- 10
Hi
I have set up an Excel SS (2007) to help me with keeping monthly income/expenditure accounts. I have 18 budgets arranged in columns from D to U on Sheet1. I can enter a new debit or credit using columns A, B & C (for the date, detail and amount respectively. A total balance is provided is column V by adding along the row.
"Fluff" on 11 Feb from this forum kindly helped me by writing some VBA code to copy the last row of budget values down one row to the first blank row thus allowing me to then enter a new debit or credit and manually adjusting the relevant budget. I've made some conditional formatting to the data and it all works very well, saving me a great deal of time with paper, pens and calculator!
I would like to be able to add/subtract 18 rows of values (monthly budgets) to the last new row created on sheet 1. These 18 values could be in a list perhaps on a list on Sheet 2 starting say at B4. I need to be able, easily, to change their values from time to time. Is it possible to do this in code and I can place a "button" on sheet 1 to perform the task. I did this to run the macro that Fluff kindly helped with.
This would save me time once a month by automating a task that I now have to do manually for each of the 18 columns.
Would anyone please steer me in the right direction. Should I try to do this this with a macro or not. I can see obvious difficulties in adding values from 18 rows to 18 columns and of course the last row changes each time a new debit/credit is made.
Any help or ideas would be very much appreciated. When I've finished the SS I would be more that happy to make it available to anyone.
Many thanks for reading this.
Nigel
I have set up an Excel SS (2007) to help me with keeping monthly income/expenditure accounts. I have 18 budgets arranged in columns from D to U on Sheet1. I can enter a new debit or credit using columns A, B & C (for the date, detail and amount respectively. A total balance is provided is column V by adding along the row.
"Fluff" on 11 Feb from this forum kindly helped me by writing some VBA code to copy the last row of budget values down one row to the first blank row thus allowing me to then enter a new debit or credit and manually adjusting the relevant budget. I've made some conditional formatting to the data and it all works very well, saving me a great deal of time with paper, pens and calculator!
I would like to be able to add/subtract 18 rows of values (monthly budgets) to the last new row created on sheet 1. These 18 values could be in a list perhaps on a list on Sheet 2 starting say at B4. I need to be able, easily, to change their values from time to time. Is it possible to do this in code and I can place a "button" on sheet 1 to perform the task. I did this to run the macro that Fluff kindly helped with.
This would save me time once a month by automating a task that I now have to do manually for each of the 18 columns.
Would anyone please steer me in the right direction. Should I try to do this this with a macro or not. I can see obvious difficulties in adding values from 18 rows to 18 columns and of course the last row changes each time a new debit/credit is made.
Any help or ideas would be very much appreciated. When I've finished the SS I would be more that happy to make it available to anyone.
Many thanks for reading this.
Nigel