+ Reply to Thread
Results 1 to 2 of 2

copy destination values

  1. #1
    Pete
    Guest

    copy destination values

    This works

    Worksheets("sheet1").Range("b17:o17").Copy _
    Destination:=Worksheets("Week " & WeekSheet).Cells(NextRow, "F")

    But I only want to copy the values not the formats. So how do I change the
    above to paste just the values?


  2. #2
    Ron de Bruin
    Guest

    Re: copy destination values

    Hi Pete

    See how I use resize in this example on this page and use use the value property
    http://www.rondebruin.nl/copy1.htm#range1



    --
    Regards Ron de Bruin
    http://www.rondebruin.nl



    "Pete" <[email protected]> wrote in message news:[email protected]...
    > This works
    >
    > Worksheets("sheet1").Range("b17:o17").Copy _
    > Destination:=Worksheets("Week " & WeekSheet).Cells(NextRow, "F")
    >
    > But I only want to copy the values not the formats. So how do I change the
    > above to paste just the values?
    >




+ 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