View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Michel Pierron Michel Pierron is offline
external usenet poster
 
Posts: 214
Default Can I programmatically simulate clicking the 'stop macro' button in the VBE?

Hi Alan;
You can try:

DoEvents
Application.VBE.CommandBars.FindControl(ID:=228).E xecute

MP

"Alan" a écrit dans le message de
...

Can I simulate the clicking of the stop button in the VB Editor using
VBA?

Thanks,

Alan.