http://msdn.microsoft.com/en-us/libr...ffice.14).aspx
When I put it in the visual basic editor, the first and second lines are in red. I am using excel 2010.
Code:
'Declaration
ReadOnly Property MultiUserEditing As Boolean
Get
'Usage
Dim instance As _Workbook
Dim value As Boolean
value = instance.MultiUserEditing