Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default make my vba/excel program faster

Well, if you haven't done this already, start your code with:

Application.ScreenUpdating = False

and end with:

Application.ScreenUpdating = True

The first time I used that I took a 60 - 70 second procedure down t
about 3 - 4 seconds. Sweet huh? If it doesn't have to worry abou
showing you every change that is made it cuts WAY down on the time i
takes to do many things. Also, if you're searching for anything in
long list that you know to be sorted alphabetically you can use
binary search which will cut way down on the time that takes too. I
this is applicable to what you're doing, I'll be happy to explain an
post the code I've used to bet you off and running. - Piku

--
Message posted from http://www.ExcelForum.com

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
Can't make Excel default program, not on list. Traci Setting up and Configuration of Excel 0 June 8th 09 04:24 AM
How can I make reports faster in excel using ADO ST Excel Discussion (Misc queries) 1 July 29th 06 02:03 AM
Make Excel Work faster Siva New Users to Excel 1 April 7th 06 10:33 AM
Make excel run large spreadsheets faster username22 Excel Discussion (Misc queries) 1 October 29th 05 03:44 PM
make my VBA program faster Neil[_14_] Excel Programming 2 May 18th 04 04:15 PM


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