A
Alex Colomb
I'd like to be able to call a funciton from a cell that
populates other cells within the same sheet. I know this
isn't possible as user defined functions can't return
values to cells other than the one its used it, but I've
seen it done in certain addins (bloomber's BLPH function).
Do these addins do something special that normal VBA users
don't have access to?
I'm using VBA to make a soap call that returns an array of
data. I'd like then populate certain cells within the
worksheet with that data. Any ideas on how to do this
without using a macro? Thanks.
populates other cells within the same sheet. I know this
isn't possible as user defined functions can't return
values to cells other than the one its used it, but I've
seen it done in certain addins (bloomber's BLPH function).
Do these addins do something special that normal VBA users
don't have access to?
I'm using VBA to make a soap call that returns an array of
data. I'd like then populate certain cells within the
worksheet with that data. Any ideas on how to do this
without using a macro? Thanks.