Thread: overwrite
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
SP[_3_] SP[_3_] is offline
external usenet poster
 
Posts: 7
Default overwrite

Hi

ActiveWorkbook.SaveAs newfilename

If newfilename already exists at the saving location, a prompt will pop up
to confirm overwrite. Can I say Yes through the codes instead of manually
clicking on the Yes button ?

Thanks
Steve