Thread: Stopping error
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ivan Raiminius Ivan Raiminius is offline
external usenet poster
 
Posts: 258
Default Stopping error

Hi,

if you want simply prevent raising error use on error resume next.

Better way is to check if the filename is already used, have a look at:

http://www.j-walk.com/ss/excel/tips/tip54.htm

regards,
Ivan