View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Amish Amish is offline
external usenet poster
 
Posts: 19
Default Array in User Function

I'm trying to fill an array in a user-defined function and I get the
following error:
Compile error: Can't assign to array

I've tried to input the text as strings and using the address of the
same data in a worksheet and I get the same error. Is there a trick to
this or are arrays not allowed in functions?

Thanks