Results 1 to 7 of 7

Trying to copy Data from one worksheet to another

Threaded View

  1. #1
    Forum Contributor stojko89's Avatar
    Join Date
    05-18-2009
    Location
    Maribor, Slovenia
    MS-Off Ver
    MS Office 365
    Posts
    913

    Trying to copy Data from one worksheet to another

    Hi

    I'm tryn to copy values from A3:F# (untill the values stop). To another worksheet to Cell A3 and down.
    I'm tryn this but it gives me an error on the PasteSpecial part. I also tryed just Paste but it still doesn't work.

       Sheets(cmbPovp.Value).Range(Range("A3"), Cells(Rows.Count, 6).End(xlUp)).Copy
       Sheets("00060-2011").Range("A3").PasteSpecial , xlPasteValues, xlPasteSpecialOperationNone, SkipBlanks:=False, Transpose:=False
    Last edited by stojko89; 11-24-2011 at 08:05 AM.

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