Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 239
Default Macro speed decreased now to great extent

I have a macro that imports data from web and puts it in a data sheet.
This works with a great speed. No problem.

From there it finds the relavent data and copies it to proper cell in

another sheet.
There are approx 30 to 40 rows with 15 col to be copied cell by cell.
Here I am using find and copy statements.
Earlier this was working properly in about 5-6 seconds but from last
few weeks, it takes more then 3 min to complete. This is a big problem
and mystery for me. I have not installed any new softwares or altered
my system in any way.

Can someone thorw some light please to restore the original speed.

Regards,
Madiya.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 18
Default Macro speed decreased now to great extent

Hi,
Application.ScreenUpdating = False
in the begining of the macro will speed things up but remember to set
it back to true at the end of the macro

regards,
julian


Madiya wrote:
I have a macro that imports data from web and puts it in a data sheet.
This works with a great speed. No problem.

From there it finds the relavent data and copies it to proper cell in

another sheet.
There are approx 30 to 40 rows with 15 col to be copied cell by cell.
Here I am using find and copy statements.
Earlier this was working properly in about 5-6 seconds but from last
few weeks, it takes more then 3 min to complete. This is a big problem
and mystery for me. I have not installed any new softwares or altered
my system in any way.

Can someone thorw some light please to restore the original speed.

Regards,
Madiya.


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
Excel 2007 SP1 - How to correct scrollbar extent? Ron West Excel Discussion (Misc queries) 1 January 2nd 09 03:31 PM
Have this great Macro, but!! Jim May Excel Programming 1 May 19th 06 06:07 PM
Finding decreased value PLEASE HELP ASAP! grimschris Excel Worksheet Functions 1 January 15th 05 07:52 PM
Improvement to sub: Detect data extent and convert to values Max Excel Programming 5 July 14th 04 03:18 PM
Defining Range Extent Nigel[_4_] Excel Programming 2 October 5th 03 12:10 PM


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