I mean Excel does tell you if you are trying to open a file that is already open on the network or on ur pc but I want to be able to find out before I can do anything if the file I want is already open or not...
The reason being if I just let Excel alert me when a file is already open, I cannot control what happens after that, I looked at the Error code that is produced when you click on 'don't open file'and its the same error code that is produced when the Excel file can't be found '-2146827284'. I am using active X by the way so I wanted to be able to alert the user that the file is already open and then do somthing else after, also if the file can't be found, I wanted to alert the
user accordingly, but most importantly I wana be able to check if the file is already open or not before I can use it. Can anyone help on this?
Thanks