View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
royUK[_75_] royUK[_75_] is offline
external usenet poster
 
Posts: 1
Default Does VBA support multi-thread?


palo;127305 Wrote:
I have a workbook with too many rows and columns of data. My macro run
very
slowly. Can I use multithread in VBA? Thanks


How many Columns & rows are you using.

One thing that many users do that slows code down is to continually
Select and/or activate ranges. This is not usually necessary.

Also, check if your code contains Loops that could possibly be
unnecessary


--
royUK

Hope that helps, RoyUK
For tips & examples visit 'my web site' (http://www.excel-it.com/)
------------------------------------------------------------------------
royUK's Profile: http://www.thecodecage.com/forumz/member.php?userid=15
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=35293