Results 1 to 5 of 5

Thread: Import from Access - Excel spreadsheet automatically..

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2002
    Location
    Hampton Beach
    Posts
    513

    Import from Access - Excel spreadsheet automatically..

    I have a xls spreadsheet that I receive every hr. This speadsheet is ran from another group and placed on my W: drive. Manually from Access 97 I import the xls speadsheet. I need to do this every 4 hrs... Does anyone have any suggestions on how I can do this through code either in Access or in VB code?

    I want to eliminate the manual labour..

  2. #2
    New Member
    Join Date
    Nov 2003
    Posts
    2
    Yes, If you are doing this manually you can go to your tools menu and run the macro recorder and turn it on. As you manually get your data it will record your key stroke and menu picks. Just stop the recorder when done. It will ask you to make a hotkey for your macro like cont-a. I hope this helps

  3. #3
    Hyperactive Member
    Join Date
    Aug 2001
    Location
    Austin
    Posts
    397

    Re: Import from Access - Excel spreadsheet automatically..

    Originally posted by JohnSmith
    I have a xls spreadsheet that I receive every hr. This speadsheet is ran from another group and placed on my W: drive. Manually from Access 97 I import the xls speadsheet. I need to do this every 4 hrs... Does anyone have any suggestions on how I can do this through code either in Access or in VB code?

    I want to eliminate the manual labour..

    another idea....

    do they email the file to you or do they just place it on your "W" drive?

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2002
    Location
    Hampton Beach
    Posts
    513
    Yes the xls is emailed to me. Is there a way to run this macro at a scheduled time ?

  5. #5
    Hyperactive Member
    Join Date
    Aug 2001
    Location
    Austin
    Posts
    397
    Originally posted by JohnSmith
    Yes the xls is emailed to me. Is there a way to run this macro at a scheduled time ?
    You can auto launch the db when you get that email using a wizard in outlook and have it pick up the file from a predefined location.

    Or set a scheduled task in windows.

    Otherwise I would think the db would always have to be open and have some sort of form with a built in timer that runs all day and launches events at predetermined times

Posting Permissions

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



Click Here to Expand Forum to Full Width