View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dean Hinson[_3_] Dean Hinson[_3_] is offline
external usenet poster
 
Posts: 35
Default How can I determine who has workbook open?

Hello,

I currently use the readonly property of the workbook to determine that the
workbook is already opened by another user. But how do I know who that other
user is? The writereservedby is empty, so I know that won't help. Any ideas?

Thanks, Dean.