![]() |
#1
|
||||
|
||||
![]() Is there a way to cut data from one cell and paste it into another cell and keep the color you gave it instead of it turning black? |
#2
|
|||
|
|||
![]() |
#3
|
|||
|
|||
![]()
Generally when you copy & paste it should keep the original formatting.
If it isn't and is making the text go back to black then you can use the Paste Special option and choose the Keep Source Formatting option. |
#4
|
|||
|
|||
![]()
Simmilar what the "traininglady" alluded to.
Code:
Sub Try() Range("A1").Copy Range("A3").PasteSpecial Paste:=xlPasteAll End Sub If it is true, you might have to go back and delete after the pastespecial is done. Last edited by jolivanes; 01-10-2018 at 10:05 PM. Reason: Add info |
#5
|
|||
|
|||
![]()
@lostsoul62
Did any of the suggestions work? It's always gratifying to know. |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Keeping a cell from being changed | melvin1942 | Excel | 2 | 07-12-2017 01:11 PM |
![]() |
cc3125 | Word | 1 | 10-26-2015 06:44 PM |
Pasting text from Excel cell into word without creating a table, and keeping the in-cell formatting | hanvyj | Excel Programming | 0 | 08-28-2015 01:15 AM |
Keeping Font Color Changes After Switching Slides | Kazumi7677 | PowerPoint | 0 | 10-15-2014 08:29 PM |
![]() |
bremen22 | Excel | 7 | 01-16-2014 11:06 AM |