View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
WhytheQ WhytheQ is offline
external usenet poster
 
Posts: 246
Default Macro stops part way through !

......No error message is received either!
The code hits the following line:

Sheets("xxx").Copy

....then a couple of events are fired and the event code runs.
As soon as the last End Sub of the event code has run, instead of the
macro going back to the original routine it just stops!

This is sprecific to my colleagues machine (application.enableevents
is set to Tue on both machines)

Anyone got any ideas?

Any help appreciated,
J.