View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rominall Rominall is offline
external usenet poster
 
Posts: 36
Default User form with looping doesn't start at right place.

I have a user form that runs through a list of questions. At form initialize
it runs a couple of macros one of which is a looping Public statement Loop =
loop +1 kind of (I need this to keep track of some other things). When the
user clicks a start over button (sets Loop to 0) the form doesn't start with
the same question as it does when it initializes. What's going on?