Hi.
I have a form that creates and saves some accounts this account in a specific directory with the name of the account that is in the form, so far so good, he does right, save the file in the directory, the problem is when the folder administrator enters this file that was created using the form it will pass this bill ... I managed to get approved after this file was saved in another directory, but I can not delete the previous file, getting 2 files in 2 folders ...

If anyone knows of any way to make the save file in another folder, delete the previous ... leaving only 1 file

Application.DisplayAlerts = False
ActiveWorkbook.SaveAs Filename:= _
"\\BRGABS001\G_DFIN_CTRL\00236721\Projetos_VBA\Cadastro de contas contábeis\2.Contas para incluir no ERP\" & Cells(3, 10) & ".xls", _
FileFormat:=xlNormal, Password:="", WriteResPassword:="", ReadOnlyRecommended:=False, _
CreateBackup:=False
Application.DisplayAlerts = True