You are reading a single comment by @Chalfie and its replies.
Click here to read the full conversation.
-
Aren't you just saving the file again? I'd say you need to save as and remove the password (although I can't test this as my Excel is currently a white screen).
Edit, looks like Password:="" is what you want
ActiveWorkbook.SaveAs Filename:=myfilename, _ FileFormat:=xlExcel12, CreateBackup:=False, Password:=""