My problem:
I have a spreadsheet in which I want to change the background
(interior) color of specific cells. I was using conditional
formatting, but now need more than three conditions.
I have a VBA function that calculates the value of a cell. Based on
that value I want to color the background. I have viewed, and used,
some of the samples in VB as well as some I found on-line. They all
seem to be selfcontained SUBS. When in the VB editor, I can click
on the sub and run it - it works fine.
However if I call that sub from my function - nothing (the function
fails).
Hopefully I am not trying to do something that can't be done and,
for mysake, I hope this is not too much of an elementary question.
If it is I'll be eating a lot of crow. Although it would be nice to
change its color to, say, white. :)
Ok, I probably went on too long.
Anyway, thanks for any advice regarding this problem of mine.