+ Reply to Thread
Results 1 to 3 of 3

A macro that copy and pastes to line below but pastes in a Values and numbers format

  1. #1
    Registered User
    Join Date
    08-29-2012
    Location
    Orlando,Florida
    MS-Off Ver
    Excel 2010
    Posts
    4

    A macro that copy and pastes to line below but pastes in a Values and numbers format

    This is what I have so far but needs to paste special in the values and numbers format.


    Range("3:7").Copy Range("A" & Rows.Count).End(xlUp).Offset(1)

  2. #2
    Valued Forum Contributor
    Join Date
    03-23-2012
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    1,093

    Re: A macro that copy and pastes to line below but pastes in a Values and numbers format

    Hello there try:

    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    08-29-2012
    Location
    Orlando,Florida
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: A macro that copy and pastes to line below but pastes in a Values and numbers format

    This is not working correctly. The formulas still show up and I get a Run-time error '1004' Method 'Range' of object'_Global' failed?

+ 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