P
Pa Maher
If a cell ("A8:B8") on one worksheet ("Source")= "c"
The I want to copy the value and format (green fill, bold)
to a cell ("B9:C9") on another worksheet ("Quiz")
I am using
Worksheets("Source").Range("A8:B8").Copy Worksheets("Quiz").Range("B9:C9")
The text in the cell is copied but the format does not copy
The I want to copy the value and format (green fill, bold)
to a cell ("B9:C9") on another worksheet ("Quiz")
I am using
Worksheets("Source").Range("A8:B8").Copy Worksheets("Quiz").Range("B9:C9")
The text in the cell is copied but the format does not copy