Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Multiple Resultsets in Excel via VBA

    Hi,

    What about:

    set rank2 = rank.clone

    CopyFromRecordset Rank2

    set rank = rank.nextrecordset

    set rabk2 = rank.clone

    CopyFromRecordset Rank2

    ...

    So you eventually loop till no more...

Viewing post 1 (of 1 total)