View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Can I programmatically simulate clicking the 'stop macro' button in the VBE?

For me, I needed to put the DoEvents after the Execute command.

--
Regards,
Tom Ogilvy


"Michel Pierron" wrote in message
...
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.