Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All,
Using VBA code, how to determine if a workbook in a shared folder has been opened exclusively by someone else? (I use Excel XP and Win XP pro) |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I think you want this:
MS has code here that checks to see if any file is open: http://support.microsoft.com/default...;EN-US;q138621 XL: Macro Code to Check Whether a File Is Already Open (Q138621) robot wrote: Hi All, Using VBA code, how to determine if a workbook in a shared folder has been opened exclusively by someone else? (I use Excel XP and Win XP pro) -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"robot" wrote in message ...
Hi All, Using VBA code, how to determine if a workbook in a shared folder has been opened exclusively by someone else? (I use Excel XP and Win XP pro) Have a look here to check to see if Workbook is Open AND by who. http://www.xcelfiles.com/IsFileOpen.html |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
"opened exclusively by another user" | Excel Discussion (Misc queries) | |||
how do i determine when a file was last opened | Excel Discussion (Misc queries) | |||
MS JET database engine error: workgroup information file is missing or opened exclusively by another user | Excel Discussion (Misc queries) | |||
How to see if the opened workbook is opened by another user ? | Excel Programming | |||
Sheets select method fails when workbook is opened by another workbook | Excel Programming |