View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default How can I determine who has workbook open?

That is it as far as built in capabilities.

--
Regards,
Tom Ogilvy


"Dean Hinson" wrote in message
...
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.