Cell colors change when copy&paste in Excel 2010

Solution 1:

Right click - Paste Special - All using source theme

This should keep the source theme intact. If that does not work, can you post an example of the source document?

Solution 2:

My apologies for reopening this post. I have done some troubleshooting with this, and my findings are as follows.

Let's say that we are using the "Paste Special - All using source theme" option, only your data and formatting from the original worksheet would be retained, floating objects would not be copied over. This option will only work when there are no floating objects (charts, diagrams, shapes) in that worksheet. VBA:

Cells.Copy
Workbooks.Add
Selection.PasteSpecial Paste:=xlPasteAllUsingSourceTheme, Operation:=xlNone _
    , SkipBlanks:=False, Transpose:=False

To have all contents pertaining to a sheet (including floating objects) one would have to move/copy the sheet to the new/destination workbook. Upon doing this, all colours would change to a different theme, including the colours of charts. This is the case even when colour pallets of both workbooks are the same.

I have attached a file for you to play with. Try copying/moving the sheet to a new workbook and see what happens, this file originates from an Office 2010 platform. I am using Office 365 on Win8, and these standard colours change to different shades of yellow and grey.

This problem is not present when you are using workbooks created from scratch in Office 365, but on files created with previous versions of office, the issue is unresolved when used a later version of Office.

THE SOLUTION: Page Layout ---> Colours ---> Office 2007-2010

And in VBA:

ActiveWorkbook.Theme.ThemeColorScheme.Load ( _
    "C:\Program Files\Microsoft Office 15\Root\Document Themes 15\Theme Colors\Office 2007 - 2010.xml" _
    )

Solution 3:

I use Excel 2010 and I had the same issue when copy-paste a sheet of two different files.

I have found following solution:

  1. open the new file where you have pasted the copied cells
  2. right click on the Microsoft icon in the upper left corner
  3. click on the first line "customise rapid access..." (or maybe in the English version it is called "options")
  4. go to the "save" option title and click on it
  5. at the end of the window click on the bar "colors" (under the section sheet visual option)
  6. A new windows with the color palette