View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Only one user @ a time?

Hi
another problem with a VBA solution is that the user can simply disable
macros and your workbook will just open :-)

--
Regards
Frank Kabel
Frankfurt, Germany


Grey Newt wrote:
When a second person opens the workbook, it is opened read-only. You
can look for this property in a workbook open event - and if true -
close the workbook immediately. It won't stop someone from making a
copy and opening it independantly though - you'll have to use login
code or registry code to stop this

"Wandering Mage" wrote:

Is there a way to make it so that only one person can have
the workbook open at a time?