Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Can a user defined VBA function return a matrix (as do built-in function such as MINVERSE)? -- Regards, Steve O'Hagan |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Yes.
Alan Beban Steve O'Hagan wrote: Hi, Can a user defined VBA function return a matrix (as do built-in function such as MINVERSE)? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
in addition to Alan's excellent answer, you can look at some additional
information on Chip Pearson's page on this topic: http://www.cpearson.com/excel/returnin.htm Returning Arrays -- Regards, Tom Ogilvy "Steve O'Hagan" wrote in message ... Hi, Can a user defined VBA function return a matrix (as do built-in function such as MINVERSE)? -- Regards, Steve O'Hagan |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I guess what was left out of both my excellent answer and Chip Pearson's
cited page is that if the function is called from the worksheet, then to return a matrix it needs to be array entered into the appropriate sized range, just like the built-in functions. Alan Beban Tom Ogilvy wrote: in addition to Alan's excellent answer, you can look at some additional information on Chip Pearson's page on this topic: http://www.cpearson.com/excel/returnin.htm Returning Arrays |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formula to return value from a matrix - I know hor and vert values | Excel Worksheet Functions | |||
Creating a formula to return a particular result from a Matrix Tab | Excel Discussion (Misc queries) | |||
Limits of MINV matrix function | Excel Worksheet Functions | |||
How to use an array or matrix to return text vs. numeric values | Excel Worksheet Functions | |||
Matrix Multiplication Function creation | Excel Programming |