Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi levent,
levent wrote: with regard to accessing excel functions from VBA, i have learned (at this forum) that you can do the following: a = Application.Run("ATPVBAEN.XLA!IMPRODUCT", A, b) (when the excel function returns a single value) however, when i try to do this for an excel function that returns an ARRAY, it does not work. (there is an add-in that does matrix operations e.g. matrix inversion, so both inputs and output is a two-dimensional array) It is definitely possible to return an array via Application.Run, so the problem may stem from the way it's coded. Can you please provide the code of the function and the calling procedure so we can try to help you get it working? -- Regards, Jake Marx MS MVP - Excel www.longhead.com [please keep replies in the newsgroup - email address unmonitored] |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA arrays | Excel Discussion (Misc queries) | |||
Arrays | Excel Discussion (Misc queries) | |||
macro to close excel application other than application.quit | Excel Programming | |||
help with arrays | Excel Programming | |||
application.quit will not shut off application | Excel Programming |