View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
dan dan is offline
external usenet poster
 
Posts: 866
Default find out if a sheet is open by another user

UserStatus does not work on a read only file - and I am interested to find
out who is the user that is locking the file, so that does not help me.

on the help file it is written:
"Remarks
The UserStatus property doesn't return information about users who have the
specified workbook open as read-only."

Thank you.

"Gary''s Student" wrote:

See the UserStatus Property in VBA Help
--
Gary''s Student - gsnu200790


"Dan" wrote:

Is there a way to find out in VBA if an xls is open in read/write mode by
someone and who that someone is.
Many thanks,
Dan