P
PeteCresswell
Right now, I'm instantiating Excel and going at them via the
Excel.Application object.
But it's kicking the brains out of a certain screen's load time -
where it has to call the same computation with different data 10-20
times to populate a list.
I've got it to where the Excel instance persists and does not have to
be re-created; but it's still too slow.
Question: Is there a .DLL or something withing the MS Office install
that I can go to directly and get the same functions?
Excel.Application object.
But it's kicking the brains out of a certain screen's load time -
where it has to call the same computation with different data 10-20
times to populate a list.
I've got it to where the Excel instance persists and does not have to
be re-created; but it's still too slow.
Question: Is there a .DLL or something withing the MS Office install
that I can go to directly and get the same functions?