This tutorial explains how to use VBA Excel colorIndex Property to set color and get color from Cell or Shape, meaning of -4142, -4105, xlNone, xlAutomatic
What does VBA Excel ColorIndex Property do?
VBA Excel ColorIndex Property is to set color or get color for Objects like Cell color and Shape color. ColorIndex offers 56 basic colors plus the following special numbers.
ColorIndex Value
Explanation
-4142 / xlColorIndexNone / xlNone
No fill
-4105 / xlColorIndexAutomatic / xl...
Read More