What are you doing in Excel?
Typically, Labview will hold the reference open only until it is closed. However, this includes any references to any part of excel (excel.worksheet, excel.range, excel.workbook, etc). You need to close each reference explicitly.
It can be painstaking to debug, but you need to manually go through your entire excel-handling section and make sure that every reference is closed.
