Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Exporting an Access Table to Excel using VB
Message
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Miscellaneous
Thread ID:
00437416
Message ID:
00437594
Views:
14
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform