View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
pikus pikus is offline
external usenet poster
 
Posts: 1
Default Excel VBA syntax problem

It would be faster to do this:

For counter = 1 To 2000
For x = 1 To 4
Rows(counter).Delete
Next x
Next counte

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