Replace #Value! with False

A

Anders

When finding a layer in the shapesheet I look for a specific layer with
FIND("2",LayerMember).

If the layer is not found, the function FIND returns #Value!. How to convert
the returned value from FIND to False. There is a IF () around the FIND
function.
 
Top