View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
vsoler vsoler is offline
external usenet poster
 
Posts: 79
Default XLS 2007: UDF not found

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