+ Reply to Thread
Results 1 to 6 of 6

FRUSTRATED - Need Help Copying Rows to Other Sheets

  1. #1
    Registered User
    Join Date
    04-03-2013
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    4

    FRUSTRATED - Need Help Copying Rows to Other Sheets

    Can someone please help me?!?! I started this spreadsheet to help me manage my accounts receivable. For the life of me, I can't figure it out. I think I'm making this more complicated than it really needs to be, but I just can't figure it out. Basically, I copy and paste AR information from our Corporate Website (that's the only way it's available) into the "Working Sheet - OM Use Only" sheet (this is the only sheet that can be changed as far as formatting and information goes). Then, once I paste the information there and make my notes, I want any of the items that are between 0-15 days old, to be copied to a cell on the corresponding tab, anything from 16-30 copied to that tab and so forth and so on. On the OM Sheet, the Recheck Date, Tab and Days Old Columns should NOT be copied to the corresponding sheets. I put them in there when I was trying to figure this out myself.

    Can someone PLEASE help me?!?! My spreadsheet is attached for convenience.

    Thanks a million!!
    Attached Files Attached Files

  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: FRUSTRATED - Need Help Copying Rows to Other Sheets

    Try this code - Some pointers too -
    For 0-15 and 91+, i have asked the code to move the data to the "Under 15" and "Over 90" tabs respectively. For the rest, you need to ensure that the tab name matches with column L. For e.g. if the tab name is 0-15, then the column should be 0-15 and not 0 - 15. Or you can change the tab to show 0-15 if you want, whichever works.

    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 View | Macros
    Select a macro in the list, and click the Run 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
    04-03-2013
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: FRUSTRATED - Need Help Copying Rows to Other Sheets

    This works beautifully!!! Thank you soooooooooo much!!! I am beyond thankful!!

    I do have a question though. This information is going to be changing daily. How do I get the information to update? I just tried to run the macro again, and it put all of my information in there again?!?!
    Last edited by ericaregister78; 04-04-2013 at 03:04 PM.

  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: FRUSTRATED - Need Help Copying Rows to Other Sheets

    Based on your last post in this thread, its apparent that you are satisfied with the solution(s) you've received and have solved your question, but you haven't marked your thread as "SOLVED". I will do it for you this time.

    In future, to mark your thread as Solved, you can do the following -
    Select Thread Tools-> Mark thread as Solved.

    Incase your issue is not solved, you can undo it as follows -
    Select Thread Tools-> Mark thread as Unsolved.

    Also, since you are relatively new to the forum, i would like to inform you that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post which helped you. This adds to the reputation of the person who has taken the time to help you.

  5. #5
    Registered User
    Join Date
    04-03-2013
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: FRUSTRATED - Need Help Copying Rows to Other Sheets

    Waaaaait....
    Last edited by ericaregister78; 04-04-2013 at 03:45 PM.

  6. #6
    Registered User
    Join Date
    04-03-2013
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: FRUSTRATED - Need Help Copying Rows to Other Sheets

    It's not resolved completely though. I need to know how to make the data update without adding duplicates when I run the macro again.

+ 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