I'm trying to save a file and if it already exists, I'd like to overwrite it... I've looked on the documentation for .SaveAs and I'm not sure I'm understanding, I thought it'd be under the ConflictResolution:=
but I can't seem to find it under there. I want it to not inform the user that it is overwriting the file as well as this is just a temporary saved file
ActiveWorkbook.SaveAs FileName:=SaveFilePath & "\FILE.xls", FileFormat:=51