Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have implemented the "pull" function to indirectly reference data in
external spreadsheets that are closed. This is very slow (almost .5 seconds per cell). I have about 500 cells to update so it takes awhile whenever I do a manual update. Is there a faster solution out there yet? Thanks in advance. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Open, Copy, Paste, Close. Not sexy but works.
-- Jim "GSM" wrote in message ... |I have implemented the "pull" function to indirectly reference data in | external spreadsheets that are closed. This is very slow (almost .5 seconds | per cell). I have about 500 cells to update so it takes awhile whenever I do | a manual update. | | Is there a faster solution out there yet? Thanks in advance. | |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Or maybe build the formula in code and populate the cells with that formula that
points at the specific workbook (not using indirect at all). GSM wrote: I have implemented the "pull" function to indirectly reference data in external spreadsheets that are closed. This is very slow (almost .5 seconds per cell). I have about 500 cells to update so it takes awhile whenever I do a manual update. Is there a faster solution out there yet? Thanks in advance. -- Dave Peterson |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Or...
Laurent Longre has an addin (morefunc.xll) at: http://xcell05.free.fr/ That includes =indirect.ext() that may help. Maybe it'll be faster than the pull function that you used. GSM wrote: I have implemented the "pull" function to indirectly reference data in external spreadsheets that are closed. This is very slow (almost .5 seconds per cell). I have about 500 cells to update so it takes awhile whenever I do a manual update. Is there a faster solution out there yet? Thanks in advance. -- Dave Peterson |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks Dave, I will give that a try.
"Dave Peterson" wrote: Or... Laurent Longre has an addin (morefunc.xll) at: http://xcell05.free.fr/ That includes =indirect.ext() that may help. Maybe it'll be faster than the pull function that you used. GSM wrote: I have implemented the "pull" function to indirectly reference data in external spreadsheets that are closed. This is very slow (almost .5 seconds per cell). I have about 500 cells to update so it takes awhile whenever I do a manual update. Is there a faster solution out there yet? Thanks in advance. -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Indirect Range Referencing | Charts and Charting in Excel | |||
INDIRECT EXTERNAL DATA | Excel Worksheet Functions | |||
INDIRECT and Named Ranges referencing closed workbook | Excel Worksheet Functions | |||
referencing named formula using INDIRECT function | Excel Worksheet Functions | |||
Relative Indirect Formula Referencing? | Excel Worksheet Functions |