View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Dan Wood Dan Wood is offline
external usenet poster
 
Posts: 49
Default Continuation of a macro

My macro runs to check a spreadhseet for certain values and produce an email.
This works fine, but for example if 4 passwords are due to expire the email
will be produced 4 times for each system.

Is there a line i need to insert to say continue onto the next cell instead
of starting over?