0

Hopefully a quickie.

I have a bizarre case of a cell having a background colour, but excel not recognising it as such.

Upon right click > format cell, no fill is shown, no rgb value assigned to this cell. but the cell is coloured and it can be copied only with VBA's .copy or the Paste Specials Keep Source Formatting and Values & Source Formatting

I would really like to know whats going on, as well as how to edit Tim's code here to copy this colour.

Thank you for your time.

1 Answers1

0

Conditional formatting is not recognized as a background color in VBA.

https://msdn.microsoft.com/en-us/library/office/ff822801.aspx

Vityata
  • 42,633
  • 8
  • 55
  • 100
  • Welcome :) There is a way to undestand what is the background of the conditional formatting - http://stackoverflow.com/questions/996384/excel-2007-conditional-formatting-how-to-get-cell-color – Vityata Nov 15 '16 at 15:05