View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jeromeB jeromeB is offline
external usenet poster
 
Posts: 1
Default How to know an alert should have displayed ...

I have set the DisplayAlerts property to false.
during the execution of my program, I want to know if an alert window should
have happened during the previous instructions if the DisplayAlerts property
was set to true.
Is it possible to get this status?

thanks.