View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Aidan Engineer Aidan Engineer is offline
external usenet poster
 
Posts: 3
Default Overwrite / Append files?

At present every time I run my software package the output file overwrites
the previous one (as they have the same name). Is there any way of setting up
my folder so that instead of overwriting the previous file the new file gets
a number appended to it, hence keeping both the new and previous file.
i.e. previous file name = test
new file name = test(1)
etc..

Any help would be greatly appreciated.