Quantcast
Channel: Excel Help Forum - Excel Programming / VBA / Macros
Viewing all articles
Browse latest Browse all 50068

[SOLVED] code from office dev center for excel 2010 regarding "ReadOnly Property MultiUserEditing"

$
0
0
http://msdn.microsoft.com/en-us/libr...ffice.14).aspx

Code:

'Declaration
ReadOnly Property MultiUserEditing As Boolean
        Get
'Usage
Dim instance As _Workbook
Dim value As Boolean

value = instance.MultiUserEditing

When I put it in the visual basic editor, the first and second lines are in red. I am using excel 2010.

Viewing all articles
Browse latest Browse all 50068

Trending Articles