View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
No Name
 
Posts: n/a
Default Showing Loop Status

Simply add

cells(1,1)=c

somewhere in the loop routine.

-----Original Message-----
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


.