+ Reply to Thread
Results 1 to 13 of 13

What change in this Code to Copy Data

  1. #1
    Registered User
    Join Date
    05-20-2012
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    56

    What change in this Code to Copy Data

    Hi, help please

    I want to do a change in the Code below which copy data from Worksheet 1 to others Worksheets but instead of copy the info in the first Row I'd like copy the info starting in the Row 60.

    What changes is necessary to do

    Thank you a lot for the time of everybody
    Please Login or Register  to view this content.

  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: What change in this Code to Copy Data

    If you want to copy the data from row 60 onwards to the next worksheet, change this line
    Please Login or Register  to view this content.
    To
    Please Login or Register  to view this content.
    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
    05-20-2012
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    56

    Re: What change in this Code to Copy Data

    Arlette thank you for your answer...I did the change you suggest but start to copy data from Row 2 instead of 60

  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: What change in this Code to Copy Data

    Do you have a sample file that i could test with?

  5. #5
    Registered User
    Join Date
    05-20-2012
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    56

    Re: What change in this Code to Copy Data

    OK..attached is a sample...thank you
    Attached Files Attached Files

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

    Re: What change in this Code to Copy Data

    Your test file does not have any data from row 60 onwards.

  7. #7
    Registered User
    Join Date
    05-20-2012
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    56

    Re: What change in this Code to Copy Data

    Hi Arlette...this is the point I need to copy the data in Wsheet1 in the others Wsheets starting in row 60

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

    Re: What change in this Code to Copy Data

    What if you have fresh data in the "Data" tab, do you want the data in the other sheets to be cleared and fresh data inputted or should it be input below the existing data?

    Will the sheets already be created in the file? If yes, will the headers be already present?

  9. #9
    Registered User
    Join Date
    05-20-2012
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    56

    Re: What change in this Code to Copy Data

    Hi,,,good questions......When I have fresh data I want to be clear every cells starting in Row 60 and put the new data starting in that Row...in other word I have Rows of each Wsheet populated with info in Rows 1 til Row 59, that is why I need to clean Rows 60 and below and put new data starting in this Row..Thank you for your time

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

    Re: What change in this Code to Copy Data

    Should the headers be copied to row 60?

  11. #11
    Registered User
    Join Date
    05-20-2012
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    56

    Re: What change in this Code to Copy Data

    Yes, the headers must be copied to row 60

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

    Re: What change in this Code to Copy Data

    Edited your code....
    Please Login or Register  to view this content.

  13. #13
    Registered User
    Join Date
    05-20-2012
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    56

    Re: What change in this Code to Copy Data

    Thank you Arlette for all your time

+ 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