Consulting

Results 1 to 2 of 2

Thread: excel to file .mdb

  1. #1
    VBAX Newbie
    Joined
    Mar 2019
    Posts
    1
    Location

    excel to file .mdb

    Excel to file* mdb :-)

    Hi,
    if possible, i would like your support. For work requirements, I was commissioned an Excel macro with VBA. I have programming experiences, but I've never used VBA. What I should realize is this:


    I have an "excel A file" with -> "B sheet" with -> "C column" make for example from 1000 lines.
    Furthermore, I have a folder containing 100 .mdb files.


    My goal is to copy 100 rows at the time of the excel "C column" and paste them into the single .mdb files in the folder -> "table D" -> "column E".


    Thank you very much for the support in advance.

  2. #2
    VBAX Guru Kenneth Hobs's Avatar
    Joined
    Nov 2005
    Location
    Tecumseh, OK
    Posts
    4,956
    Location
    Welcome to the forum!

    Look for posts about ADO. You will need to have update privileges. You should practice on test files for such a task.

    From the ADO examples that use Update or Insert, you will see that a connection string is needed. https://www.connectionstrings.com/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •