+ Reply to Thread
Results 1 to 4 of 4

Copy and Paste from Sheet1 to Sheet 2

  1. #1
    Registered User
    Join Date
    03-24-2011
    Location
    Fort Wayne, IN
    MS-Off Ver
    Excel 2007
    Posts
    12

    Copy and Paste from Sheet1 to Sheet 2

    I think I have something very simple but I just can't figure it out.

    I want a VBA code to Copy cell E13 from Sheet 2 and Paste it in Sheet 1 in Cell E13

    I have the below but it doesn't seem to be working:

    Sheets("Sheet2").Select
    Selection.Copy
    Sheets("Sheet1").Select
    Range("E13").Select
    ActiveSheet.Paste

    Thank you!
    Last edited by aalbertson; 09-23-2011 at 01:41 PM.

  2. #2
    Forum Expert Mordred's Avatar
    Join Date
    07-06-2010
    Location
    Winnipeg, Canada
    MS-Off Ver
    2007, 2010
    Posts
    2,787

    Re: Copy and Paste from Sheet1 to Sheet 2

    Your post does not comply with Rule 3 of our Forum RULES. Use code tags around code. Posting code without them makes your code hard to read and difficult to be copied for testing. Highlight your code and click the # at the top of your post window. For more information about these and other tags, found here
    If you're happy with someone's help, click that little star at the bottom left of their post to give them Reps.

    ---Keep on Coding in the Free World---

  3. #3
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Copy and Paste from Sheet1 to Sheet 2

    Hi

    Please Login or Register  to view this content.
    or if you just want to copy the value rather than any formula if E13 happens to be a formula.
    Please Login or Register  to view this content.
    Regards
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  4. #4
    Registered User
    Join Date
    03-24-2011
    Location
    Fort Wayne, IN
    MS-Off Ver
    Excel 2007
    Posts
    12

    Re: Copy and Paste from Sheet1 to Sheet 2

    That Worked! Thank you so much!!

+ 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