Thread: message box
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Daniel Jones Daniel Jones is offline
external usenet poster
 
Posts: 18
Default message box

I have an add in that runs a procedure and displays a message box upon
completion. I do not have access to the code for this add-in. I have
a macro that actually triggers the procedure of the add-in and loops a
certain number of times. however, the message box is preventing the
continuation of the macro, in that i need to manually hit <enter for
the macro to proceed. Is there a way around this?

Thanks,

D