I tried to save without warnings
ActiveWorkbook.SaveAs Filename:= _
"C:\Users\Owner\Desktop\xxx\test.xlsx", _
ConflictResolution:=xlLocalSessionChanges
But still getting this It is already exists do you want to replace
thing
How can I save and replace without warnings ?