View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
[email protected] iainking@gmail.com is offline
external usenet poster
 
Posts: 15
Default suppress the replace-messagebox

but i have one problem - if the source-find-name is not fount the user get
always a error-messagebox from excel - how can i suppress this
messagebox??


Does setting application.DisplayAlerts=False beforehand then reseting
it True afterwards work?

Iain