M
MaxLamer
Hi evrybodri!
I have the following issue: when quring the color of a cell with:
MsgBox (ActiveCell.Interior.ColorIndex)
the result is -4142 if the cell is not formatted with any color.
Now if I apply conditional formatting to the same cell, and due to th
result the cell is shown red, the VBA code still gives a result o
-4142 instead of 3 for red.
What is the propoerty of the cell, which gives the actual color of th
cell, as shown on the screen?
Thx ahead,
M@
I have the following issue: when quring the color of a cell with:
MsgBox (ActiveCell.Interior.ColorIndex)
the result is -4142 if the cell is not formatted with any color.
Now if I apply conditional formatting to the same cell, and due to th
result the cell is shown red, the VBA code still gives a result o
-4142 instead of 3 for red.
What is the propoerty of the cell, which gives the actual color of th
cell, as shown on the screen?
Thx ahead,
M@