+ Reply to Thread
Results 1 to 5 of 5

Copy and paste in other cells while typing in different cells

  1. #1
    Registered User
    Join Date
    03-17-2006
    Posts
    29

    Copy and paste in other cells while typing in different cells

    Hello everyone;


    I have to enter info daily in column H. What I wanted to do is as I finish entering info in cell H3, infomation in row 2(cell A2:E2) is copied and pasted down to row 3 (A3:E3) and will continue about 100 rows down daily.
    Thanks in advance for everyone's help.

    Cdt
    Last edited by go4cdt; 06-11-2009 at 01:27 PM.

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Copy and paste in other cells while typing in different cells

    So the values in row 2 act like a template for each new row you start when you enter a value in column H on a currently blank row? This would be simplest as a worksheet_change event.

    Right-click on the sheet tab and select VIEW CODE, then paste in this event macro:
    Please Login or Register  to view this content.
    It will warn you if you ever edit a value in column H on a row that already has A:E filled in, give you a chance to NOT update the values from the template row.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    03-17-2006
    Posts
    29

    Re: Copy and paste in other cells while typing in different cells

    Hi JBeauCaire;

    Is there anyway to kill all the popped up messages? It works but the problem is I have to erase data in column H (H2:H100) and all data in column A:E daily then I will have to close all the popped up windows that appear for every cell I delete (100 times).
    Appreciate for your help.
    Cdt

  4. #4
    Registered User
    Join Date
    03-17-2006
    Posts
    29

    Smile Re: Copy and paste in other cells while typing in different cells

    Never mind! I figured that out. Thank you so much

  5. #5
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Copy and paste in other cells while typing in different cells

    OK, was going to suggest you leave the popups for normal daily use, and when you need to do some major "resetting", just click on the Control Toolbox Toolbar's DESIGN MODE icon...that disables all macros temporarily, click it again to resume normal operation.

+ 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