Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a question about using the xloper object when creating a C++ dll that
is called by Excel. So say I want to pass in two ranges from my excel spread sheet (A1:A10 and B2:B11). c_range_function (xloper a, xloper b); now from the excel spreadsheet or VBA how do I pass that range into my C++ dll function so it recognizes the range. would it be something like in the excel spreadsheet use the formula =c_range_function(A1:A10, B2:B11) There are also other types of "excel structures" like xl_array and a bunch of excel types. How do they factor into my program. Thanks, Aaron |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
cant pass array to excel from c++ using xloper structure | Excel Worksheet Functions | |||
excel outlines structure | Excel Discussion (Misc queries) | |||
Structure of Excel Links | Excel Programming | |||
Not getting the object structure of VBA Excel | Excel Programming | |||
function array result - .xll - sdk - XLOPER - example code? | Excel Programming |