Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Exporting an Access Table to Excel using VB
Message
Information générale
Forum:
Visual Basic
Catégorie:
Bases de données DAO/RDO/ODBC/ADO
Divers
Thread ID:
00437416
Message ID:
00437594
Vues:
15
>Eric,
>
>Thanks for the reply. Do you know where I could get some example code that does this?


You can try:
    With mobjXL
        .Worksheets(1).Activate
        .Range("A3").Resize(lngNBRow, lngNBCol) = arrRecordset
    End With
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform