How do i SaveAs even if the file already exists.
I have this, but i still get the "Are you sure you want to overwrite..." from Excel

oWB.SaveAs("Filename.xls" , , , , , , Excel.XlSaveConflictResolution.xlLocalSessionChanges)

How do i use the saveAs method without needing to prompt the user?

thx

db