What is the difference between:

If ActiveWorkbook.MultiUserEditing Then
ActiveWorkbook.ExclusiveAccess
End If
ActiveWorkbook.Save

and;

ActiveWorkbook.SaveAs AccessMode:=xlExclusive

Do the both accomplish the same thing?

Thanks,

Keith