Another option you may want to consider. You can require the user to open the data file as Read-Only. If the user opens Excel, browses for the file and chooses Open as Read Only, the problem is eliminated.
What I like to do is include a button on the front panel that will open the data file for them, allowing me to force it to be read only. There are two easy ways to do this:
1. Elegant: ActiveX. Open Excel.app, make visible, workbooks.open with read only true. Close all references.
2. Quick: SystemExec. Call the command line >Excel.exe d:\Data\flowdata.xls /r
Michael
www.abcdefirm.com