Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 38
Default Migrating to Excel 2007

I use the following code to filter data in Exel 2003.
Sheets("DevData").Range(SourceDev).AdvancedFilter Actiion:xlFilterCopy,
CriteriaRange:=Sheets("FilterControl").Range(Crite rion2),
CopyToRange:=Sheets("Results").Range("A10:BH10"), Unique:=False.
Range("SourceDev") is about 50,000 row x 52 column.
The macro works perfectly and returns results in about 2 to 3 seconds. The
same code in Excel 2007 locks up. I've tried to running the same code in
smaller workbooks with 2,500 rows and 52 columns. In 2003 I get results in 2
seconds in 2007 it takes 80 to 90 seconds. Any suggestions on code changes
or setting that will help me. Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,180
Default Migrating to Excel 2007

Excel 2007
Try
Action:=xlFilterCopy
instead of
Actiion:xlFilterCopy
Tried 500 by 25 array.
Did not notice any delay.
http://www.mediafire.com/file/ymjmkdytozd/11_20_09.xlsm
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 461
Default Migrating to Excel 2007

The code wouldn't compile with this error.

Depending on the computer's memory and processor, Excel 2007 may work
nearly as quickly as 2003, or it may work vastly slower. Particularly on
"large" data sets, where large is smaller than the capacity of 2003
worksheets.

- Jon
-------
Jon Peltier
Peltier Technical Services, Inc.
http://peltiertech.com/



Herbert Seidenberg wrote:
Excel 2007
Try
Action:=xlFilterCopy
instead of
Actiion:xlFilterCopy
Tried 500 by 25 array.
Did not notice any delay.
http://www.mediafire.com/file/ymjmkdytozd/11_20_09.xlsm

Reply
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
Migrating Custom color palette from 2003 to 2007 Wenster Excel Discussion (Misc queries) 0 September 26th 08 02:33 PM
Migrating Office XP EXCEL files to Office 2007 SDR Setting up and Configuration of Excel 0 April 19th 07 02:38 AM
Migrating Excel Data with inconsistent formats Paul Braswell Excel Discussion (Misc queries) 0 October 26th 06 05:06 PM
migrating check boxes in Excel 2002? OutofmyLeague Excel Discussion (Misc queries) 1 May 5th 06 01:36 PM
Migrating from Excel 2000 to Excel 2003 Rene H Excel Discussion (Misc queries) 1 November 24th 05 03:48 PM


All times are GMT +1. The time now is 05:14 PM.

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

About Us

"It's about Microsoft Excel"