Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"Matthew Wieder" wrote in message
... How would I write the C++ XLL call that would take an XLOPER (of a function) and get the string in that cell (i.e. the "=ThisFunc($A$3, $F$7)") not the value that is returned by that function that is displayed in the cell. Hi Matthew, I'm not sure I follow what you're asking for. Do you mean that if you have the following function defined in your XLL: EXPORT XLOPER MyFunc(XLOPER arg); That you want a char* that looks something like "=MyFunc(A1)"? That would seem to be self-evident. You know you have an equals sign followed by the function name and a set of parenthesis containing a comma-delimited list of the range addresses of the XLOPER arguments. -- Rob Bovey, MCSE, MCSD, Excel MVP Application Professionals http://www.appspro.com/ * Please post all replies to this newsgroup * * I delete all unsolicited e-mail responses * |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Is there a do not call function? | Excel Discussion (Misc queries) | |||
Excel: Use pic location string to call up picuture in cell? | Excel Discussion (Misc queries) | |||
Custom Function Call | Excel Discussion (Misc queries) | |||
how i can call the function | Excel Worksheet Functions | |||
call function | Excel Programming |