Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default sort data after import


Hi everyone,
I am looking to do a sort after my data has finished importing. Mayb
something with a time wait? I have the following code that work
however it slows things down tremendously (because it re-sorts ever
line as it is imported)

Private Sub Worksheet_SelectionChange(ByVal Target As Range)
Sheets("Detail").Select
Range("K1").Select
Selection.Sort Key1:=Range("K2"), Order1:=xlAscending
Header:=xlGuess, _
OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom

Any ideas would be appreciated.
Thanks

--
rond
-----------------------------------------------------------------------
ronda's Profile: http://www.excelforum.com/member.php...fo&userid=1036
View this thread: http://www.excelforum.com/showthread.php?threadid=31992

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default sort data after import


Hi i found a useful site on timers here..
http://www.enhanceddatasystems.com/E...ExcelTimer.htm

Hope this helps,

Simo

--
Simon Lloy
-----------------------------------------------------------------------
Simon Lloyd's Profile: http://www.excelforum.com/member.php...nfo&userid=670
View this thread: http://www.excelforum.com/showthread.php?threadid=31992

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
Import data csv file - tab delimited - and sort to column Jackanorry Excel Discussion (Misc queries) 3 January 3rd 10 07:56 AM
Auto-Import and sort data in Excel NJ Desi Bhai Excel Worksheet Functions 1 March 8th 06 04:33 PM
import text and sort data into excel Boozman Excel Worksheet Functions 2 August 29th 05 01:15 PM
import text and sort data into excel Boozman Excel Worksheet Functions 0 August 28th 05 10:47 AM
how do i import data from excel, sort it then that information is. jaxx Excel Discussion (Misc queries) 2 March 7th 05 09:49 PM


All times are GMT +1. The time now is 02:59 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"