+ Reply to Thread
Results 1 to 2 of 2

Excel Cut and Paste Macros

  1. #1
    Registered User
    Join Date
    04-28-2011
    Location
    Kansas, United States
    MS-Off Ver
    Excel 2007
    Posts
    1

    Excel Cut and Paste Macros

    I have a set of Data that I pull from Access and export to Excel. Each day is a new set of Data. The columns are "Manger" "Date" "Week" "LaborHours" "OperationsComplete."

    My task is to auto filter on each manager, there are 25 of them. Copy all of the information from that day and Paste it into each Manager's Personal Workbook; they then add their own information to the data I have presented them.

    They are then to manually input "CompleteTime" "QualityRemarks" "EmployeeName".

    Each day I append another set of Data under the already added data from previous days, without tampering with prior data.

    I have tried a macros that cuts and paste, but the macros always pastes in cell a1 and overlaps the previous days' data.

    I have also tried a macros that that pastes to the last cell of the worksheet, then deleting blank cells in between, this was also a failure.

    I am using Macros recorder, I have no idea how to write VBA.

    Could anyone please help me with this problem? Thank You.

  2. #2
    Forum Contributor
    Join Date
    01-04-2011
    Location
    Phoenix, Arizona
    MS-Off Ver
    Excel 2003
    Posts
    129

    Re: Excel Cut and Paste Macros

    Hi sb05r6,

    From your description it sounds like you need to find the last row of data and append the new data below that. If that is the case then the below code is what I use to take care of that. Let me know if this works of if I have misunderstood your request.

    Kelly

    Please Login or Register  to view this content.

+ 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