View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
JMB JMB is offline
external usenet poster
 
Posts: 2,062
Default suppress Active X alert

Have you tried

Application.DisplayAlerts = False
your code
Application.DisplayAlerts = True


"nevpoe" wrote:

I have a macro that runs a Active X add-in. The macro always pauses to ask
if it is okay to use the Active X add-in. How do I get this to stop?