Yes. Look at the example Write Table to XL. It demonstrates the process of opening Excel, creating a workbook, selecting a sheet and writing a block of data. You can modify this example to open an existing file, select a different sheet (by index or name) and write data to anywhere on the sheet. Each piece of data is written to a specified location using the index of the two For loops (row and column). Just adjust the numeric row and column values to the desired offset.
Michael Munroe
www.abcdef.biz