+ Reply to Thread
Results 1 to 4 of 4

Move Data from one sheet to another

  1. #1
    Registered User
    Join Date
    08-21-2012
    Location
    Troy, MI
    MS-Off Ver
    Excel 2003
    Posts
    3

    Move Data from one sheet to another

    Hello

    I have a pipeline report that includes 2 worksheets. I would like the contents of a row moved once a status is changed to "Complete". Would this be a macro? or VBA code? Either way I need help understanding what i can do to get this to automacially update for my operations group.

    Thanks so much for your help.

  2. #2
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Move Data from one sheet to another

    VBA and Macro code is the same.

    Do you want the data transfer to happen on the click of a button?
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  3. #3
    Registered User
    Join Date
    08-21-2012
    Location
    Troy, MI
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Move Data from one sheet to another

    Wow that was fast thanks. I really just want the data to move either after they save the sheet or maybe after they select the status? I will refer to what you think i easier for an older user community.

    Thanks

  4. #4
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Move Data from one sheet to another

    Try this code
    Please Login or Register  to view this content.
    Copy the Excel VBA code
    Select the workbook in which you want to store the Excel VBA code
    Hold the Alt key, and press the F11 key, to open the Visual Basic Editor
    Choose Insert | Module
    Where the cursor is flashing, choose Edit | Paste

    To run the Excel VBA code:
    Choose Tools | Macro | Macros
    Select a macro in the list, and click the Run button

    You can also insert a button on the main sheet and assign the macro to the button. You can ask the users to fill up the status, then click on the button to trigger the move.

    Alternatively, instead of using a button, you can also assign a shortcut key to the macro so that it can be triggered whenever they press the key.

+ 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