Results 1 to 33 of 33

Copy and Paste cell value in for loop

Threaded View

  1. #8
    Forum Contributor
    Join Date
    07-16-2012
    Location
    Ontario Canada
    MS-Off Ver
    Excel 2010
    Posts
    124

    Re: Copy and Paste cell value in for loop

    Change:
    cell.Value.Copy newSheet.Range(lastrow)
    To this:
    cell.Copy Destination:=newSheet.Cells(lastrow  + 1, 1)
    Last edited by jason_lee_91; 03-08-2013 at 05:06 PM.

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