View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Alan Beban[_2_] Alan Beban[_2_] is offline
external usenet poster
 
Posts: 783
Default Enumerating the names of *subs* and *functions*

David Schrader wrote:
Bernie,. . .
In point of fact I am aware that a function *must* return
a value . . . .

"Bernie Deitrick" <deitbe @ consumer dot org wrote in message
...

David,

. . .
Note that you cannot RUN a function - you can call it, but it should
return a value.


In fact, a function need *not* return a value.

Alan Beban