I am trying to copy from one cell to an other using following code. But it does not copy the color of the cell with it.
I do not want to use the clipboard copy and paste, so is the reason am using the following type of copying.
![]()
Cells(3, 5) = Cells(1, 5)
Bookmarks