View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
vsoler vsoler is offline
external usenet poster
 
Posts: 79
Default Why cannot name a function A1 or NA77?

On Sep 15, 12:29*am, Dave Peterson wrote:
It looks like an address when you're in A1 reference style.

vsoler wrote:

Why cannot name a function A1 or NA77?


Then a call to these functions is unable to find their definitions and
a #REF! is returned.


What's the problem?


--

Dave Peterson


Very clear!