View Single Post
  #1  
Old June 17th, 2009, 08:17 AM posted to microsoft.public.excel.worksheet.functions
fi.or.jp.de
external usenet poster
 
Posts: 12
Default shared excel workbook

Hi All,

Is there any vba code to know whether the active workbook is shared or
not ?

like this .....
if activeworkbook is shared then
msgbox "you file is shared, remove share"
else
"my code goes here....."
end if


thanks in advance.