Colorindex referencing
Range(A1:A1000).PasteSpecial Paste:=xlPasteFormats
--
Kind regards,
Niek Otten
"gtslabs" wrote in message
ups.com...
I am looping thru thousands of rows copying the format from one to
another based on a certain condition.
Here is what I have now:
Cells(i, 8).Copy
Cells(j, 18).PasteSpecial Paste:=xlPasteFormats
Application.CutCopyMode = False
How can I do this faster as it takes a lot of time to run.
How can I access the colorindex of a cell and use it to fill the target
cell?
Thanks
Steve
|