I have a lot of recordsets opened and I want to close all of them. Can I use a loop like this or not?

Dim rs as ADODB.Recordset
for Each rs In ??? 'here is my problem: which is the group?
rs.close
set rs = nothing
next



Thank you!

Michael Vlastos
Company MODUS SA
Development Department
Athens, Greece
Tel: +3-01-9414900