I want to copy the Format of a large range to another cell location using VBA.
I don't want to use .Copy and .Pastespecial because it will interupt with my PC front end copy and paste operations.
I found some code from the internet which does what I want but it's extremely slow as it uses loops to run through each cell.
Is there any way to do it without using the clipboard and looping through each cell to = the format? I am using Excel 2010.
Thanks.
I don't want to use .Copy and .Pastespecial because it will interupt with my PC front end copy and paste operations.
I found some code from the internet which does what I want but it's extremely slow as it uses loops to run through each cell.
Is there any way to do it without using the clipboard and looping through each cell to = the format? I am using Excel 2010.
Thanks.