View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett[_4_] Don Guillett[_4_] is offline
external usenet poster
 
Posts: 2,337
Default Next not incrementing

You were using activecell without changing the active cell.

--
Don Guillett
SalesAid Software

"davegb" wrote in message
ups.com...
Don,
Thanks for your reply. Your routines work very well. I still don't
understand why mine doesn't work at all. Why does the "For Next" loop
not change values. I thought if you entered those commands, it would at
least increment itself. Obviously, there's more to it than just having
a "For each" and a "Next". What makes a loop loop?