WorkbookBase.ExclusiveAccess Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Assigns the current user exclusive access to the workbook that is open as a shared list.
public:
bool ExclusiveAccess();
public bool ExclusiveAccess ();
member this.ExclusiveAccess : unit -> bool
Public Function ExclusiveAccess () As Boolean
Returns
Remarks
This method saves any changes made to the workbook and requires other users who have the workbook open to save their changes to a different file.
If the workbook is not open as a shared list, this method fails. To determine whether a workbook is open as a shared list, use the MultiUserEditing property.