Is there any way to determine if an Excel file is being edited, and not just open?
I am creating connections from an Access database - for testing, possibly for importing data. I found that if the file is closed or open, I can still create a connection and read data, but if any cell in any sheet is being edited, then I cannot create that connection.
So, how would I determine if the file 1) is open, and 2) is actually being edited?
Then, I suppose I would need a timer to recheck that connection and import data when available. Is this possible as well?
I am creating connections from an Access database - for testing, possibly for importing data. I found that if the file is closed or open, I can still create a connection and read data, but if any cell in any sheet is being edited, then I cannot create that connection.
So, how would I determine if the file 1) is open, and 2) is actually being edited?
Then, I suppose I would need a timer to recheck that connection and import data when available. Is this possible as well?