Andy
Well, that sure makes things easy.
--
Dick Kusleika
MVP - Excel
www.dicks-clicks.com
Post all replies to the newsgroup.
"Andy Pope" wrote in message
...
Hi Dick,
How about using the MultiUserEditing property?
Function IsShared(Bookname As String) As Boolean
IsShared = Workbooks(Bookname).MultiUserEditing
End Function
Cheers
Andy