Hello everybody,
I am facing problem in read color of a cell.
problem description is as follows.
for a particular cell by default colorindex = 35 is provided.
but that cell is conditional formatted cell.
The color of the cell will change based on the condition.
later color of the cell is changed to color red (colorindex = 3)
my intension is to read that cell color.
when i tried to read that cell color by using
activecell.inte rior.colorindex it is giving 35. but it should give 3
Thanks in advance.
Kind Regards,
Mohan.
I am facing problem in read color of a cell.
problem description is as follows.
for a particular cell by default colorindex = 35 is provided.
but that cell is conditional formatted cell.
The color of the cell will change based on the condition.
later color of the cell is changed to color red (colorindex = 3)
my intension is to read that cell color.
when i tried to read that cell color by using
activecell.inte rior.colorindex it is giving 35. but it should give 3
Thanks in advance.
Kind Regards,
Mohan.
Comment