View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Nate Oliver[_3_] Nate Oliver[_3_] is offline
external usenet poster
 
Posts: 71
Default Can I programmatically simulate clicking the 'stop macro' button i

Hello,

For effect, you could use the The End Statement. See:

http://msdn.microsoft.com/en-us/vben...l/vastmEnd.asp

It's use is typically frowned upon.

Regards,
Nate Oliver