+ Reply to Thread
Results 1 to 3 of 3

copy/paste from one workbook to another

  1. #1
    Registered User
    Join Date
    02-27-2013
    Location
    Oklahoma, USA
    MS-Off Ver
    Excel 2010
    Posts
    11

    copy/paste from one workbook to another

    Hello, I am fairly new to using VBA code and Excel Macros, and I was wondering if anyone has any recommendations on the following problem:

    I compile an Excel workbook (Workbook 1) with data that is emailed to me from several Excel workbooks (Workbook A, Workbook B, etc.). As of now, I manually copy and paste values this data from each workbook that is emailed to me into my workbook.

    1) I would like to create macros that will enable me to automatically copy a select range of data from each workbook (Workbook A, Workbook B, etc) that is emailed to me and paste values the data into specific ranges within specific worksheets in my workbook (Workbook 1) that I use to compile all of this information.

    If anyone has any suggestions for the above, that will make my life much simpler. Furthermore, if possible I would like to expand on the ability to copy/paste from one workbook to another for the following:

    2) I would like to copy several ranges of data from several worksheets in a workbook that is emailed to me and past values the different ranges of data into different worksheets in my workbook all in one macro.

    Any help or advice is much appreciated.

  2. #2
    Forum Contributor
    Join Date
    10-19-2012
    Location
    Omaha, Nebraska USA
    MS-Off Ver
    Excel 2010
    Posts
    249

    Re: copy/paste from one workbook to another

    Hi DCSooner27,

    Here is an example of some code that takes specific ranges from a file called "Workbook A" and "Workbook B" and pastes them into a master workbook. Hopefully this helps.

    Please Login or Register  to view this content.
    Thanks,

    Daniel

  3. #3
    Registered User
    Join Date
    02-27-2013
    Location
    Oklahoma, USA
    MS-Off Ver
    Excel 2010
    Posts
    11

    Re: copy/paste from one workbook to another

    Thanks for the code and suggestion Daniel. I'll give it a try. I was, however, able to do what I was trying to accomplish by doing a macro recording.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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