Hi,
I'm trying to retrieve the color of the cells of an Excel file through the following properties "cell [Col, Row]. CellColorRGB" or "cell [Col, Row] .FillPatternForeColorRGB but the value I get is not the same as the cell color questioned.
Can you help me?
Thank you very much!
Luigi
How retrieve the color of the cells
Re: How retrieve the color of the cells
Hello
It's possible the colors are reverse. Please try: Color := RevRGB(Color);
It's possible the colors are reverse. Please try: Color := RevRGB(Color);
Lars Arvidsson, Axolot Data