View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
NewBike NewBike is offline
external usenet poster
 
Posts: 15
Default Odd Behaviour with Sub

I have a sub:
sub complete()
that is located within a module containing other subs before and after it.
The other subs are set to run automatically with a workbook_open event. This
last sub I run manually after the other ones have completed and I have
received the last piece of info needed to compile.

The problem is when I select the Complete sub using the Run Macro button, it
starts to run but keeps popping up "Code Execution has been Interupted"
error, even though nothing else is running.

Any ideas on why this is happening??