+ Reply to Thread
Results 1 to 3 of 3

Special Paste Values

  1. #1
    Registered User
    Join Date
    09-04-2013
    Location
    Oklahoma
    MS-Off Ver
    Excel 2010
    Posts
    15

    Special Paste Values

    See below... I need to it to copy, special paste values. No format or formula.

    Private Sub K_Click()
    Dim lastrow As Long

    Let lastrow = Sheets("TUL").Range("B37:I37").End(xlUp).Row
    If lastrow < 2 Then
    Let lastrow = 2
    Else
    Let lastrow = lastrow + 1
    End If

    Sheets("Tulsa").Range("B10:I10")."""""""""copy"""""""" Destination:=Sheets("TUL").Cells(lastrow, 2)
    Sheets("Tulsa").Range("B10:D10").Clear
    Sheets("Tulsa").Range("F10:I10").Clear

  2. #2
    Registered User
    Join Date
    09-04-2013
    Location
    Oklahoma
    MS-Off Ver
    Excel 2010
    Posts
    15

    Re: Special Paste Values

    I left one thing out. I also need the B10:I10 copy range to to require that all fields have data before it will copy.

  3. #3
    Forum Expert
    Join Date
    03-28-2012
    Location
    TBA
    MS-Off Ver
    Office 365
    Posts
    12,454

    Re: Special Paste Values

    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)

Similar Threads

  1. force paste comands to paste>special>values
    By wotadude in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 01-08-2013, 09:04 AM
  2. Replies: 1
    Last Post: 12-05-2012, 11:37 AM
  3. [SOLVED] Excel 2002 - Can only paste values, wont let me paste special
    By MK_Chopper_P in forum Excel General
    Replies: 2
    Last Post: 07-12-2012, 02:22 AM
  4. Macro to special paste dynamic values into text values with periods
    By iyudhi in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 02-01-2011, 04:42 PM
  5. Paste Special Values-when I paste into the last book
    By christopherj79 in forum Excel General
    Replies: 1
    Last Post: 01-15-2009, 12:03 PM

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