View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Raul Raul is offline
external usenet poster
 
Posts: 86
Default Acknowledge a messagebox programmatically

I need to create a subroutine that calls a number of existing routines. The
problem I'm running into is that several of the existing routines display a
messagebox when they are completed to let the user know the routine has run
successfully. I'd like to be able to programmatically select OK for each
messagebox that pops up.

Can anyone help me with this?

Thanks in advance,
Raul