View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_3_] Bob Phillips[_3_] is offline
external usenet poster
 
Posts: 2,420
Default UDFs and Conditional Formatting?

I have just created a simple UDF (test if the cell is a formula) and used
that in CF and it worked fine.

What is your UDF, and what is the CF formula?

--
__________________________________
HTH

Bob

"Charlotte E." <@ wrote in message
...
I'm trying to use an UDF in a Conditional Formatting, but for some strange
reason it won't work!

Is it at all possible to use UDFs in Conditional Formatting?

If I remove the UDF, the Conditional Formatting works, and if I use the
UDF in a cell, it also works.

But put together it refuses to work???


TIA,

CE