+ Reply to Thread
Results 1 to 3 of 3

Macro to copy one cell from one workbook and paste it in another cell in onother book

Hybrid View

  1. #1
    Registered User
    Join Date
    05-20-2013
    Location
    Johannesburg,Soutt Africa
    MS-Off Ver
    Excel 2010
    Posts
    14

    Macro to copy one cell from one workbook and paste it in another cell in onother book

    Hi,

    Can somebody help please.I need a macro to copy a cell C3 from workbook1 in a sheet named "IR&BS" and paste its value into cell E9 located in workbook2.I am new at this and I would greatly appreciate any assistance.

    Regards
    Desmond

  2. #2
    Forum Expert
    Join Date
    07-15-2012
    Location
    Leghorn, Italy
    MS-Off Ver
    Excel 2010
    Posts
    3,431

    Re: Macro to copy one cell from one workbook and paste it in another cell in onother book

    put this code on a module of destination workbook, source workbook must be open
    Sub a()
    Set wb2 = Workbooks("workbook name")
    Range("E9") = wb2.Sheets("IR&BS").Range("C3").Value
    End Sub
    If solved remember to mark Thread as solved

  3. #3
    Registered User
    Join Date
    05-20-2013
    Location
    Johannesburg,Soutt Africa
    MS-Off Ver
    Excel 2010
    Posts
    14

    Re: Macro to copy one cell from one workbook and paste it in another cell in onother book

    Thank u Patel I appreciate ur help!

+ 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