Thread: Connumdrum #2
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Connumdrum #2

=myFunction

is a user defined name

=myFunction()

is a function

Is that your problem?

--
Regards,
Tom Ogilvy

"Alex J" wrote in message
...
All,
I am trying to use a user defined function in the validation for a cell
range. The validation type is custom, and I have a function which is

defined
as Boolean.

I get an error message saying that the referenced named range is invalid.

I
am not using a named range!

Should user defined functions work in validation?

Thanks,
Alex J