Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have an asp program which links to a Excel Spreadsheet
It all works fine except when the excel spreadsheet is open by another user.

Is there anyway of checking to see if excel file is open when the ASP code begins to run
:~
Posted
Updated 22-Oct-10 3:16am
v2

1 solution

There is no system level check you can do, but you can write some code to check if the excel file is in use. See here
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900