Not a problem, I didn't explain it well.
(just to make sure I'm on thr right track)
You plan to exprt multiple recordsets to one Excel worksheet, and need to know upon which row to paste your next recordset, right?
"My thing is I wont know how may records exist in each recordset. "
If you use the recordcount function [RecordSetName].Recordcount, this will give you the number of records in a recordset.
What does you code look like for this function? So I know which direction to go with my directions.
Kyle