Results 1 to 4 of 4

how to add paste special value in this code?

Threaded View

  1. #1
    Registered User
    Join Date
    05-12-2013
    Location
    California, US
    MS-Off Ver
    Excel 2010
    Posts
    2

    how to add paste special value in this code?

    Hi,

    I am copying some data on "Enter date" sheet and paste it on the next blank row of the "summary" sheet. this code works except it does not just paste value.

    I use the formula to add today's date on the Enter Data tab but would like to paste as hard coded date on the Summary.

    Can anyone please help add this to this code? or create another code that will do that same thing?

     Sheets("Enter Data").Range("a2:d2").Copy Sheets("Summary").Range("A" & Rows.Count).End(xlUp).Offset(1, 0)
        Sheets("Enter Data").Range("b2:d2").ClearContents
        Range("b2:b2").Select
    Many thanks.
    Last edited by alansidman; 10-22-2013 at 05:11 PM. Reason: code tags

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. VBA code for paste Special value
    By Kamal Asharaf in forum Excel General
    Replies: 1
    Last Post: 06-14-2012, 07:12 AM
  2. Paste Special Add Value - Neat Code?
    By delfi in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-22-2010, 10:41 AM
  3. Paste Special in VBA code
    By freekrill in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 06-01-2009, 03:58 AM
  4. Paste special code
    By Lazypanda in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 11-21-2008, 07:51 AM
  5. need paste special value code
    By rslotpole in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-20-2006, 02:27 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