I've got a spreadsheet with around 90 identically formatted workbooks. I need to copy and paste around 336 independant formulas located in one row from a completed worksheet to all the other worksheets. Unfortunatley, this ends up being around 30k indvidual cells that need to be copied and pasted at once. Is there a workaround other than splitting it up and doing it manually?
Any help is apperciated. Thanks.
Manual
) before you do the copy-paste. The issue may be that it is trying to calculate a whole bunch of really complex formulas at once and is hanging because it will take an hour to compute. Doing them with calculation off should let you paste, and should save a lot of resources because it isn't recalculating all the previous sheets each time it performs a paste action (it will just recalculate all sheets once). – jmac