Hello,
The Delete function in ExcelReport.fp delete the cells and shift the other cells in the direction you chooses.
To clear the contents of the cells, the best is to use Excel_RangeClearContents function in Excel2000.fp library.
If you are familiar with VBA you will find the same function.
1) Select your range (one or multiple cells)
2) Call ClearContents
Hope this helps
Salissou ISSA
NI France