Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Office Excel 2003
Setup: I am using ODBC to download data from a backend database into my spreadsheet. The number of rows is upward of 10k and the number of adjoining formula columns is 39. "Fill down formulas in columns adjacent to data" is turned on. The operation is run multiple times as needed by the logic within the workbook. Problem: The operation of updating query, subsequent to the first time, is very slow. Comment: I assertained that turning off "Fill down formulas in columns adjacent to data" option speeds up the operation significangly suggesting that the execution of deletion and filling of the adjacent columns is the bottleneck. Question: Is there a way to speed up the operation without losing the functionality? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is it possible for for when you import the data to the spreadsheet to
have the screenupdating turned off? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Jun 6, 10:57 am, Keith74 wrote:
Is it possible for for when you import the data to the spreadsheet to have the screenupdating turned off? Application.ScreenUpdating = FALSE is already in place. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Update Query | New Users to Excel | |||
Running speed of Micrsoft Query with Multiple parameters | Excel Discussion (Misc queries) | |||
Posible to speed up query update with Apllication.screenupdating? | Excel Programming | |||
Code with query goes from greyhound to turtle speed | Excel Programming | |||
How can I Improve query speed? | Excel Programming |