View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dermot Hardy Dermot Hardy is offline
external usenet poster
 
Posts: 3
Default Setting Excel Ready property

Hi,

I have an Excel add-in which can be used to bring up some custom dialogs. I
know that Excel sets the Application.Ready property to False while its own
dialogs are being displayed, and I would like to have my add-in also set the
property to False when the custom dialogs are displayed.

Does anyone know how this might be achieved?

Thanks in advance,
Dermot