Sorry ,from your original post, I thought you want to copy all of the related cells to an new worksheet.
Did you want to copy the text color with conditional formatting?( In you case ,if cell A1's value is not 1234, the color of the cell you copied to another worksheet will change too)
If so, you can copy the range and Paste Special->Keep source column widths(W).
If you want to copy only the format, but not keep the conditional formatting rules. It will be difficult
to achieve, you will need to use VBA code to get the conditional formatting color, then copy it to the target range.
Best Regards,
Wind