+ Reply to Thread
Results 1 to 2 of 2

Automatically updating data from another excel spreadsheet

  1. #1
    Gary c
    Guest

    Automatically updating data from another excel spreadsheet

    I have set up a spreadsheet which required data from another spreadsheet and
    want to know how i can set this up to update every time i open the sreadsheet.

    I want the full page of the source data copied accross to a worksheet in my
    main excel file.

    Can anyone help? It is a macro code i need?

  2. #2
    bpeltzer
    Guest

    RE: Automatically updating data from another excel spreadsheet

    If you want ALL the data copied, and the source is a single file, you COULD
    set up an equation in every cell (ex: in A1:
    =[AnotherBook.xls]AnotherSheet!A1). But it's big and pretty ugly.
    The cleaner way, by far, would be VBA code in the Workbook_Open method that
    automatically opens the source sheet and copies the entire sheet over.

    "Gary c" wrote:

    > I have set up a spreadsheet which required data from another spreadsheet and
    > want to know how i can set this up to update every time i open the sreadsheet.
    >
    > I want the full page of the source data copied accross to a worksheet in my
    > main excel file.
    >
    > Can anyone help? It is a macro code i need?


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1