Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I need to pass a matrix type data structure between Excel VBA and an external DLL (XLL actually). Because of the bug in Excel, where a call to Application.Evaluate("MyXLLFunction()") will actually call my proc twice, I want to be able to declare the external method in VBA and call it, without using Evaluate. This is easy enough with simple types, but I want to be able to return a more complex data type back and forth, one similar to the Excel SDK's Multi type, where you can return multiple rows of multiple columns. Does anyone know the best way of doing this? Thanks Mike Davies |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
calling a C++ program from Excel 2000 and passing a result from C++ back to an excel spreadsheet | Excel Discussion (Misc queries) | |||
Passing array from 2nd sub back to first sub | Excel Programming | |||
Passing data back from a form | Excel Programming | |||
Passing data back from a form | Excel Programming | |||
Passing data back from a form | Excel Programming |