I am using the following code. It looks at a cell's value, then changes the color of another cell on the same row based on that value:
I used the object variable "cell" simply because it makes sense. But I realize I could have used "ce" or any something else because it is simply a variable taking on the properties of an object.![]()
Please Login or Register to view this content.
What I don't understand is how does the expression know which object I am referring to? Another example would be
![]()
Please Login or Register to view this content.
I just don't understand how the code understands which object I am referring to. It seems as if the object is implied by context. But I am new to this and trying to make sense of it.
Bookmarks