View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Howard Dierking Howard Dierking is offline
external usenet poster
 
Posts: 1
Default Application::DisplayAlerts not working

I am calling the Range::Replace(..) function in Excel by an automating app. I would like to not have a dialog box come up if no matches are found for my search object. I tried setting DisplayAlerts == false, but this doesn't seem to have any effect. Any ideas??

thanks,

_howard

BTW -- writing in C# using office 2003 PIAs