The Function code is "hiding" in a module somewhere.
You responded to Jim that you read the material at Chip's site.
http://www.cpearson.com/excel/colors.aspx
Not too well, I would say.
UDF colorindexofonecell also depends upon another function which it calls with
this
If IsValidColorIndex(ColorIndex:=DefaultColorIndex) = True Then
Note "IsValidColorIndex" function.
I suggest you download the Workbook Chip provides so you have access to all the
functions necessary.
"You can download a module file that contains all the code on this page. The
various procedures within the modColorFunctions.bas module call upon one
another, so you should import the entire module into your project, rather than
copying single procedures."
Gord
On Thu, 19 May 2011 10:41:59 -0700 (PDT), Takeadoe <(E-Mail Removed)> wrote:
>Gord - where I guess I'm getting confused is there must be more to the
>function than just what is being typed into the cell. Is that right?
>If so, where is this information hiding?