Results 1 to 5 of 5

Copy Data Based on Date Range

Threaded View

  1. #1
    Registered User
    Join Date
    05-17-2013
    Location
    Canada
    MS-Off Ver
    Excel 2003
    Posts
    2

    Copy Data Based on Date Range

    Hi Everybody,

    I have been struggling to figure this out, I am hoping you guys can help me figure this out.
    I have attached a spreadsheet. I need to copy data from the influent tab and paste it under the proper date in the summary tab.

    I have recorded a macro doing this (see below), only now I need it to automatically go thorugh all rows in the influent tab and automatically find the correct date in the summary tab to paste the row.


    Thanks for your help.

    Sub Copy()
    '
    ' Copy Macro
    '
    
    '
        Rows("2:2").Select
        Selection.Copy
        Sheets("Summary").Select
        ActiveWindow.SmallScroll Down:=81
        Rows("103:103").Select
        ActiveSheet.Paste
        Range("E111").Select
    End Sub
    Book1.xlsx
    Last edited by Leith Ross; 05-17-2013 at 10:45 AM. Reason: Added Code Tags

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