LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,836
Default Slow file with INDIRECT.EXT

Slow Now; Speed UP:
Application.Calculation = xlCalculationManual
Application.ScreenUpdating = False
.... ... ...
Application.ScreenUpdating = True
Application.Calculation = xlCalculationAutomatic

Macro specific to one sheet in a workbook:
sheets("Sheet1").activate
Range("A1:Z100").Select
This will take you to the desired sheet for the range selected.

If you code it like this...
sheets("Sheet1").range("A1:Z100").select
You will get an error - script out of range - if your are not on the
activesheet.


--
Ryan---
If this information was helpful, please indicate this by clicking ''Yes''.


"KateB" wrote:

I have downloaded and successfully used the indirect.ext function. However,
the file is linking to 16 other files currently, and this will expand as the
year goes on! I have set the volatile argument to false, but each time I add
another file to be linked to, when it pulls the new info it goes through the
process of checking all the other cells (160 cells for each linked file, so
currently approx 2,500!)

Is there any way I can stop it doing that, and only update the results if I
ask it to? It currently takes about a minute per file and I can't afford for
my computer to be frozen for that long. If not, then I will have to
copy/paste values but that kind of spoils the reason for using the indirect
function in the first place.

Many thanks

Kate


 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Very slow to save file dfmstes1 Excel Discussion (Misc queries) 2 November 26th 08 05:25 PM
slow opening any file dawall33 Excel Discussion (Misc queries) 5 October 23rd 08 04:30 PM
File is slow opening JHL Excel Discussion (Misc queries) 2 July 10th 08 01:51 AM
file slow to save Smallweed Excel Discussion (Misc queries) 0 June 21st 07 12:07 PM
Slow File|Save As PT New Users to Excel 0 March 27th 06 06:00 AM


All times are GMT +1. The time now is 05:02 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"