Again, another probably simple solution that the syntax eludes me. (and I honestly don't know enough about VBA help to understand its options).
I'm using ActiveWorkbook.SaveAs FileName:=LocalFileName
There are a few ocassions when I know that the filename already exists, but after making modifications to the worksheet, I want to save over the existing file. How can this be done automatically, without prompting the user "file already exists, do you want to overwrite - yes, no, cancel"?
Thanks very much![Smile :) :)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
I'm using ActiveWorkbook.SaveAs FileName:=LocalFileName
There are a few ocassions when I know that the filename already exists, but after making modifications to the worksheet, I want to save over the existing file. How can this be done automatically, without prompting the user "file already exists, do you want to overwrite - yes, no, cancel"?
Thanks very much