Hi
I am trying to save a workbook in VBA
oWs.SaveAs etc does the job if the file does not already exist, but how do I save it when the file does exist without receiving a warning message?, I would have thought it was simple as oWs.Save, but this gives a compile error saying method not...