I use this macro to save my workbook:
sNewFilePath = ActiveWorkbook.Path
ActiveWorkbook.SaveAs Filename:=sNewFilePath & "/" &Range("A1")
But if a file already exists, and I "Cancel" or choose "No", I get VBA error. I'm new at VBA, so I cant figure out what and where to add functions to the macro to make it work...