Thanks for your response. However, I didn't ask that question quite right.
What I really was trying to ask was, is there a way of copying a basic cell
format to another cell without overwriting the conditional format in the
destination cell?
Understand, but what if one is trying to copy a range of cells with varying
formats (interior colors). Can it be done without using a slow for-next loop?
If the colors vary between cells, you'll need to loop. If you know your
workbook, maybe you can group areas by color????
And if the colors vary between characters in the cell, then you'll be looping
through each cell and then looping between characters within each cell. (It can
be very slow if you have lots of colors/formats to preserve.)
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.