View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Robert Crandal[_2_] Robert Crandal[_2_] is offline
external usenet poster
 
Posts: 158
Default Determine which user has write access to a file?

"James Ravenswood" wrote in message
...

Hi Robert:

How about:

Sub dural()
MsgBox ThisWorkbook.WriteReservedBy
End Sub


James

How about....thank you for providing the answer I been
searching for a long time! 8)


Robert