Hi there,
I'm hoping someone can help me write what (I think) should be a reasonably easily macro to run
The scenario is this - I've built a large, complicated roll-up model that kicks out individual cash flows on an asset-by-asset basis into a specified output. This model is too complicated / calculation intensive to run as the full operating model, so the cash flows need to be moved into a separate spreadsheet where I will build a separate valuation model
Cells within each worksheet are color coded accordingly: RGB (0-0-255) for inputs, and RGB (0-128-0) for cells that reference other worksheets
Instead of copying and pasting values & formats for a full sheet into the new workbook, I would instead like move the full worksheet, and then run a macro that hardcodes the cells that are already colored RGB (0-128-0) within the given active sheet
The reason for this - I want to keep the subtotal line items (which are in black) as calculating formulas, and it is tedious to copy and paste values row by row (there are many assets)
I've attached an example spreadsheet with 1) the raw version and 2) the desired output after running the macro
Thank you so much for any help!
Regards,
Ben
I'm hoping someone can help me write what (I think) should be a reasonably easily macro to run
The scenario is this - I've built a large, complicated roll-up model that kicks out individual cash flows on an asset-by-asset basis into a specified output. This model is too complicated / calculation intensive to run as the full operating model, so the cash flows need to be moved into a separate spreadsheet where I will build a separate valuation model
Cells within each worksheet are color coded accordingly: RGB (0-0-255) for inputs, and RGB (0-128-0) for cells that reference other worksheets
Instead of copying and pasting values & formats for a full sheet into the new workbook, I would instead like move the full worksheet, and then run a macro that hardcodes the cells that are already colored RGB (0-128-0) within the given active sheet
The reason for this - I want to keep the subtotal line items (which are in black) as calculating formulas, and it is tedious to copy and paste values row by row (there are many assets)
I've attached an example spreadsheet with 1) the raw version and 2) the desired output after running the macro
Thank you so much for any help!
Regards,
Ben