View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Combine two udfs into an array

Using Excel 97?

if so, change
Dim arr()

to

Dim arr

--
Regards,
Tom Ogilvy

"ksnapp " wrote in message
...
when i run this udf it highlights the arr = part at the end and a
message box says cant assign to array


---
Message posted from http://www.ExcelForum.com/