I save and close a workbook with
AtiveWorkBook.Close True, "Test.xls"
Which works ok. But if a file of same name ( Test.xls ) exists then it opens the dialog box where I have to confirm if excel can overwrite the existing file. I don't want excel to ask me, just overwrite if file already exists. Can it be done?

A V Veerkar