The ExcelRange.Style.Fill.BackgroundColor.Rgb seams to not be filled correctly for each cells when reading it.
My program evaluate each cells and i use the background color of a cell to know if the current list of data is terminated. I can have more that one list on a worksheet and more than one worksheet.
So, my problem is that i have a list of data (each cell of that list have a background color) and when i try to read the second line of that list, the cell value of ExcelRange.Style.Fill.BackgroundColor.Rgb is equal to "".
It seams that this is working correctly on the first worksheet, but not on the second one.
Is it possible to help me to find an answer on that issue?
Regards,
Comments: I'm having the same issue. Regardless of the background color the cell in the workbook, the Rgb value is always an empty string. The Tint and Indexed values return values but these are always the same regardless of the background color of the cell.
My program evaluate each cells and i use the background color of a cell to know if the current list of data is terminated. I can have more that one list on a worksheet and more than one worksheet.
So, my problem is that i have a list of data (each cell of that list have a background color) and when i try to read the second line of that list, the cell value of ExcelRange.Style.Fill.BackgroundColor.Rgb is equal to "".
It seams that this is working correctly on the first worksheet, but not on the second one.
Is it possible to help me to find an answer on that issue?
Regards,
Comments: I'm having the same issue. Regardless of the background color the cell in the workbook, the Rgb value is always an empty string. The Tint and Indexed values return values but these are always the same regardless of the background color of the cell.