View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Fan924 Fan924 is offline
external usenet poster
 
Posts: 238
Default UDF to return as text

A Function can only return a value. *It cannot change the environment.
--ron


Ok, thanks. That explains why nothing I tried worked. :)