+ Reply to Thread
Results 1 to 2 of 2

Copying from one sheet to another

  1. #1
    Registered User
    Join Date
    07-27-2011
    Location
    Ames, Iowa
    MS-Off Ver
    Excel 2003
    Posts
    2

    Copying from one sheet to another

    I want to copy from one sheet to another and then continue to have it copy to the next row after rather than replacing.

    Code:
    Sub cablef()

    Range("C8").Select
    Selection.Copy
    Sheets("Cable Fab").Select
    Range("C19").Select
    ActiveSheet.Paste
    End Sub

    I want it to copy to range C20 next time but copy from C8 still. Is there a loop I can run?

  2. #2
    Valued Forum Contributor Sadath31's Avatar
    Join Date
    03-02-2011
    Location
    Dammam, Saudi Arabia
    MS-Off Ver
    Office 365
    Posts
    452

    Re: Copying from one sheet to another

    How is the looping pattern
    ie first copy from C8, second time copy from C20, third time ???
    or may be you have value in C8 and next value cell is in C20 and then copy next value cell in column C , so on...

    please explain

+ 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