Sunday, November 21, 2010

If I have an excel file open how can I write a VB program to tell me if the file is open ready only or write?

If I have an excel file open how can I write a VB program to tell me if the file is open ready only or write?If I have an excel file open how can I write a VB program to tell me if the file is open ready only or write?
Opening it for append might fail if it's open for write. Try it. Then trap the error.

No comments:

Post a Comment