View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ed[_29_] Ed[_29_] is offline
external usenet poster
 
Posts: 1
Default How can I force the file to over write the existing file

I have the follow code which works fine unless a file of that name already
exists.
wbkNew.SaveAs sFileName

How can I force the file to over write the existing file.

Ed