Sorry, looks like my second question wasn't clear. I want to paste the results of the conditional format to another cell, not the format itself. For example if the conditional format specifies the background as red for 0 and green for 1, then I want to paste the red and green formats to another group of cells.
That is a matter of using the correct type of reference with regard to your
comparison.
You MUST have a conditional format set for those cells, but it's easy to do
once you get the hang of it.
For example, let us say that you want A1:I1 to be conditionally formatted if
B1>A1, and A2:I2 if B2>A2. In that case, the "format formula" in A1 would be:
Formula Is:
=$B1>$A1
Then when you use the format painter, for example, horizontally, the columns
will remain fixed at A and B. But when you use it vertically, the Rows will
adjust.
All sorts of variations depending on what exactly you want to do.
--ron