View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default XLS 2007: UDF not found

If Excel can't find a UDF, you would see a #NAME! error, not #REF!.

To enable macros without changing security level, click on the warning and
enble the content.
--
Gary''s Student - gsnu200903


"vsoler" wrote:

Hi,

I am developping some simple UDF functions in my XLS 2007 model. I am
using a xlsm file.

However, very often, a UDF in the grid does not seem to find the
correspoding UDF definition in the macro editor since I get a #REF!
error. It seems to me that macros/UDF are disabled. How could I enable
them?

Thank you