View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gil[_3_] Gil[_3_] is offline
external usenet poster
 
Posts: 1
Default Showing Loop Status

Is there any way to display in the spreadsheet how many times a *Do Until*
procedure is looping?
I'm thinking of something simple in the loop like *c=c+1* (??) but how do I
get to show the *c* value in , say, cell A1 .

Many Thanks