harvesterlily
Programmer
I have a process that is automating our various payroll entries. Once this has been done, I am wanting to automatically update our checkbook register that is in excel. The excel spreadsheet already exists, i know how to open an existing workbook and find the appropriate month's worksheet. This worksheet will already contain data, as it is copied from month to month and values in certain columns are just deleted. This means that the column that calculates the balance may or may not already have data.
EX:
Desc Date Deposit Misc Disbursements Balance
Beg Balance 12/1/05 1000.00
21450 12/1/05 20.00 980.00
980.00
** The 2nd $980.00 should be under balance, but screen doesn't display it that way.
I would want to post my payroll entry just under the check #21450 on the same row where the $980 has already been calculated. In some cases my entry will be a new record as the balance will not already be calculated and the formula would need to be copied down. How do I test for this scenario? Also there are grand totals further down the sheet (I will be inserting/updating records between the last complete entry and the grand totals.) Any ideas?
Thanks
EX:
Desc Date Deposit Misc Disbursements Balance
Beg Balance 12/1/05 1000.00
21450 12/1/05 20.00 980.00
980.00
** The 2nd $980.00 should be under balance, but screen doesn't display it that way.
I would want to post my payroll entry just under the check #21450 on the same row where the $980 has already been calculated. In some cases my entry will be a new record as the balance will not already be calculated and the formula would need to be copied down. How do I test for this scenario? Also there are grand totals further down the sheet (I will be inserting/updating records between the last complete entry and the grand totals.) Any ideas?
Thanks