Results 1 to 6 of 6

Excel 2007 : [SOLVED]Paste Value to next empty cell

Threaded View

GaidenFocus [SOLVED]Paste Value to next... 10-20-2010, 10:22 AM
JBeaucaire Re: Paste Value to next empty... 10-20-2010, 01:10 PM
GaidenFocus Re: Paste Value to next empty... 10-21-2010, 11:03 AM
GaidenFocus Re: Paste Value to next empty... 10-21-2010, 11:09 AM
JBeaucaire Re: Paste Value to next empty... 10-21-2010, 11:10 AM
GaidenFocus Re: Paste Value to next empty... 10-21-2010, 01:36 PM
  1. #1
    Forum Contributor
    Join Date
    10-08-2010
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    386

    [SOLVED]Paste Value to next empty cell

    Hey guys quick question, i have a macro that pastes cells to the next empty row on another worksheet

    If Range("F8").Value <> "SD" Or "RD" Then
       last = Worksheets(Range("G8").Value).Cells.Find(What:="*", _
       After:=[A1], _
       Lookat:=xlPart, _
       LookIn:=xlFormulas, _
       SearchOrder:=xlByRows, _
       SearchDirection:=xlPrevious, _
       MatchCase:=False).Row
       sheets("SHIPREC").Range("D8:E8").Copy sheets(Range("G8").Value).Cells(last + 1, 1)
    End If
    how do i get it to paste the value only instead of the formulas? i tried paste special.
    Last edited by GaidenFocus; 11-02-2010 at 03:00 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