April 2006
Beginner
1114 pages
98h 16m
English
workbook.MultiUserEditing
True if the workbook is shared; False if the workbook is not shared. Use this method to test if the workbook is a shared workbook before calling sharing-related methods. For example:
If ThisWorkbook.MultiUserEditing Then
ThisWorkbook.KeepChangeHistory = True
End IfRead now
Unlock full access