View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
scain2004 scain2004 is offline
external usenet poster
 
Posts: 1
Default Excel 2000 Slow Loops

What looping method is the fastest if you have nested loops? I've go
several ( For i = Range("A65536") To 1 Step -1 ) loops that tak
forever to run. Any suggestions on how to speed this up

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