wouterstemerdink
New Member
Hi Chandoo and posters,
I am a business analyst and build business case spreadsheets. Many times I wish to duplicate a block of cells on the same sheet, while keeping all cell contents exactly the same, whether it be formulas or numbers doesn't matter. So references to other cells should stay untouched.
One way to do it would be to select to block, find/replace "=" by e.g. "#####=", then copy and paste on the destination cells, then find/replace "#####=" by "=" in both the orignal block and the destination block.
There probably is an even simpler way to do this, but I'm not that comfortable with VBA script.
-> Does anyone know how to program this to be put in a macro ?
It could then be added to the "17 clever ways to copy" on Chandoo's site.
Thanks a lot,
Wouter
I am a business analyst and build business case spreadsheets. Many times I wish to duplicate a block of cells on the same sheet, while keeping all cell contents exactly the same, whether it be formulas or numbers doesn't matter. So references to other cells should stay untouched.
One way to do it would be to select to block, find/replace "=" by e.g. "#####=", then copy and paste on the destination cells, then find/replace "#####=" by "=" in both the orignal block and the destination block.
There probably is an even simpler way to do this, but I'm not that comfortable with VBA script.
-> Does anyone know how to program this to be put in a macro ?
It could then be added to the "17 clever ways to copy" on Chandoo's site.
Thanks a lot,
Wouter