I'm trying to overwrite a number of files and remove the workbook password
ActiveWorkbook.SaveAs Filename:="name of file.xls", _
FileFormat:=x1normal, Password:="", writerespassword:="", ReadOnlyRecommended:=False, CreateBackup:=False
this code doesn't remove the password, I've searched the net and can't find any help on this
ActiveWorkbook.SaveAs Filename:="name of file.xls", _
FileFormat:=x1normal, Password:="", writerespassword:="", ReadOnlyRecommended:=False, CreateBackup:=False
this code doesn't remove the password, I've searched the net and can't find any help on this