+ Reply to Thread
Results 1 to 2 of 2

how to automatic upload data between excel spreadsheets

Hybrid View

Guest how to automatic upload ... 04-11-2005, 03:06 PM
Guest Re: how to automatic upload ... 04-11-2005, 04:06 PM
  1. #1
    Martin
    Guest

    how to automatic upload data between excel spreadsheets

    Hello,

    Is there a way to use a macro to automatically upload data from one
    spreadsheet into another? At the moment i have to use copy and paste option -
    but with the amount of data and format of the spreadsheets it has become very
    time consuming. I have to copy and paste individual columns into destination
    spreadsheet and I wonder if there is a way to automate this process?

    I will be very grateful for any tips.
    Thank you
    M.


  2. #2
    Fredrik Wahlgren
    Guest

    Re: how to automatic upload data between excel spreadsheets


    "Martin" <Martin@discussions.microsoft.com> wrote in message
    news:D1886523-67C3-4DBB-AD24-7AD4B17582C2@microsoft.com...
    > Hello,
    >
    > Is there a way to use a macro to automatically upload data from one
    > spreadsheet into another? At the moment i have to use copy and paste

    option -
    > but with the amount of data and format of the spreadsheets it has become

    very
    > time consuming. I have to copy and paste individual columns into

    destination
    > spreadsheet and I wonder if there is a way to automate this process?
    >
    > I will be very grateful for any tips.
    > Thank you
    > M.
    >


    If you find that you always move data to and from the same cells, you can
    turn on the recorder before you do this. Stop it when your're done and you
    now have a macro that you can run the next time.

    An alternative approach is to pull the values from the master sheet. Lets
    say you want the vlue from A1 in Sheet1 appear in some other sheet. Use the
    formula =[master.xls]Sheet1!$A$1 and the value will appear. Both workbooks
    have to be open.

    /Fredrik



+ 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