D
dranon
This is probably going to sound lame, because I'm tired and my brain
isn't functioning.
I have a "routine" that requires a lot of input and a lot of
intermediate calculations. Sounds like a spreadsheet, huh? <smile>
What I'd like to do is arrange a UDF which would take the vaules from
the "user spreadsheet", stuff them into the "background spreadsheet",
wait for the "background spreadsheet" to finish recalculating and then
lift the result found at a particular cell in the "background
spreadsheet" and return that value as the returnvalue from the UDF.
Something like:
=mybigfunction(celladdress1, celladdress2, celladdress3, celladdress4,
celladdress5, celladdress6, celladdress7, celladdress8)
Is this doable? Is it trivial and I just can't seem to focus on how
it might work? I have no trouble with hard coding the name of the
"background spreadsheet" in the excel UDF (I know it will break if the
"background spreadsheet" isn't loaded).
Apologize in advance for my being this tired, but, we all soldier on
the best way we can.
Thanks
isn't functioning.
I have a "routine" that requires a lot of input and a lot of
intermediate calculations. Sounds like a spreadsheet, huh? <smile>
What I'd like to do is arrange a UDF which would take the vaules from
the "user spreadsheet", stuff them into the "background spreadsheet",
wait for the "background spreadsheet" to finish recalculating and then
lift the result found at a particular cell in the "background
spreadsheet" and return that value as the returnvalue from the UDF.
Something like:
=mybigfunction(celladdress1, celladdress2, celladdress3, celladdress4,
celladdress5, celladdress6, celladdress7, celladdress8)
Is this doable? Is it trivial and I just can't seem to focus on how
it might work? I have no trouble with hard coding the name of the
"background spreadsheet" in the excel UDF (I know it will break if the
"background spreadsheet" isn't loaded).
Apologize in advance for my being this tired, but, we all soldier on
the best way we can.
Thanks