Thread: loop?
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
J.E. McGimpsey J.E. McGimpsey is offline
external usenet poster
 
Posts: 493
Default loop?

There are many ways: Do...Loop, For...Next, For Each...Next,
While...Wend, etc.

Check out the "looping through code" item in XL Help.


In article ,
Stu wrote:

How do i create a loop on a macro?