Click here to Skip to main content
16,021,580 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: InterpX function limitation (within Interp32.xll Excel addin) Pin
M.Slipper18-Sep-08 14:49
M.Slipper18-Sep-08 14:49 
GeneralRe: InterpX function limitation (within Interp32.xll Excel addin) Pin
73Zeppelin18-Sep-08 20:51
73Zeppelin18-Sep-08 20:51 
GeneralRe: InterpX function limitation (within Interp32.xll Excel addin) Pin
M.Slipper19-Sep-08 7:58
M.Slipper19-Sep-08 7:58 
GeneralRe: InterpX function limitation (within Interp32.xll Excel addin) Pin
73Zeppelin19-Sep-08 8:40
73Zeppelin19-Sep-08 8:40 
GeneralRe: InterpX function limitation (within Interp32.xll Excel addin) Pin
M.Slipper19-Sep-08 8:51
M.Slipper19-Sep-08 8:51 
GeneralRe: InterpX function limitation (within Interp32.xll Excel addin) Pin
73Zeppelin19-Sep-08 8:58
73Zeppelin19-Sep-08 8:58 
GeneralRe: InterpX function limitation (within Interp32.xll Excel addin) Pin
M.Slipper19-Sep-08 9:36
M.Slipper19-Sep-08 9:36 
GeneralRe: InterpX function limitation (within Interp32.xll Excel addin) Pin
73Zeppelin21-Sep-08 7:59
73Zeppelin21-Sep-08 7:59 
Had a quick look at the source. There's quite a few places in there where the limits are defined as 255. I think this line from Xlcall.h is the important one though:

/* 
** User defined function
**
** First argument should be a function reference.
*/

#define xlUDF      255


From MSDN:


xlUDF

Calls a user-defined function (UDF). This function allows a DLL to call Visual Basic for Applications (VBA) user-defined functions, XLM macro language functions, and registered functions contained in other add-ins.
[...]
Zero or more arguments to the user-defined function. When you are calling this function in versions earlier than Excel 2007, the maximum number of additional arguments that can be passed is 29, which is 30 including pxFnRef. In Excel Microsoft Office 2007, this limit is raised to 254, which is 255 including pxFnRef.


Looks like it could be hard-coded into Excel itself. Now, I'm not an expert on this but if you are trying to pass cell references beyond the 255 column limit this could be what is causing the problem.


...that mortally intolerable truth; that all deep, earnest thinking is but the intrepid effort of the soul to keep the open independence of her sea; while the wildest winds of heaven and earth conspire to cast her on the treacherous, slavish shore.


GeneralRe: InterpX function limitation (within Interp32.xll Excel addin) [modified] Pin
M.Slipper23-Sep-08 11:11
M.Slipper23-Sep-08 11:11 
NewsMath: A Gut Instinct PinPopular
73Zeppelin17-Sep-08 23:55
73Zeppelin17-Sep-08 23:55 
GeneralRe: Math: A Gut Instinct Pin
soap brain18-Sep-08 0:09
soap brain18-Sep-08 0:09 
GeneralRe: Math: A Gut Instinct Pin
73Zeppelin18-Sep-08 1:05
73Zeppelin18-Sep-08 1:05 
GeneralRe: Math: A Gut Instinct Pin
soap brain18-Sep-08 1:21
soap brain18-Sep-08 1:21 
GeneralRe: Math: A Gut Instinct Pin
Paul Conrad18-Sep-08 6:37
professionalPaul Conrad18-Sep-08 6:37 
GeneralRe: Math: A Gut Instinct Pin
73Zeppelin18-Sep-08 21:05
73Zeppelin18-Sep-08 21:05 
GeneralRe: Math: A Gut Instinct Pin
Paul Conrad18-Sep-08 6:35
professionalPaul Conrad18-Sep-08 6:35 
Generalpseudorandom number generator algorithm Pin
niconicx14-Sep-08 5:40
niconicx14-Sep-08 5:40 
GeneralRe: pseudorandom number generator algorithm Pin
Robert.C.Cartaino14-Sep-08 6:05
Robert.C.Cartaino14-Sep-08 6:05 
GeneralRe: pseudorandom number generator algorithm Pin
Tim Craig14-Sep-08 9:31
Tim Craig14-Sep-08 9:31 
JokeRe: pseudorandom number generator algorithm Pin
CPallini14-Sep-08 10:29
mveCPallini14-Sep-08 10:29 
JokeRe: pseudorandom number generator algorithm Pin
David Crow15-Sep-08 10:59
David Crow15-Sep-08 10:59 
GeneralRe: pseudorandom number generator algorithm Pin
CPallini15-Sep-08 11:05
mveCPallini15-Sep-08 11:05 
GeneralRe: pseudorandom number generator algorithm Pin
Roger Wright17-Sep-08 22:02
professionalRoger Wright17-Sep-08 22:02 
GeneralRe: pseudorandom number generator algorithm Pin
CPallini17-Sep-08 22:28
mveCPallini17-Sep-08 22:28 
QuestionRe: pseudorandom number generator algorithm Pin
David Crow18-Sep-08 2:38
David Crow18-Sep-08 2:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.