hi...does anyone know how can I call UDF in conditional formatting? my workbook is something like this:

a b
if $a1<>" " then
myUDF($a1)


my main "goal" is to simply eliminate the task of having to copy-paste =myUDF($a1) whenever I insert and enter a value in column 1.

thanks for any help you can give.