Hi,
I have two ideas for solutions to this problem.
First, the complex one: you could write a script task that uses the excel object model to clear the rows before appending new rows
Second, the easier one: just save an empty excel file beneath your destination file. Before inserting records into the file (i.e. before opening the connection), just use the file system task to copy the template over the destination file. Noew your destination file is empty...
WM_HOPETHATHELPS
Guenter