Thread
:
Stopping error
View Single Post
#
2
Posted to microsoft.public.excel.programming
Ivan Raiminius
external usenet poster
Posts: 258
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
Reply With Quote
Ivan Raiminius
View Public Profile
Find all posts by Ivan Raiminius