+ Reply to Thread
Results 1 to 3 of 3

Copy Special Paste in the same column

  1. #1
    Registered User
    Join Date
    04-17-2012
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    25

    Copy Special Paste in the same column

    I'm baaacckk. In the processes of cleaning up my macro recorded code I have run into a problem. I have the formula in column G. I need to have just the values after the formula has been calculated but in the same column. Here is my code. What am I missing?

    Please Login or Register  to view this content.

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885

    Re: Copy Special Paste in the same column

    Hi Iwilli,

    Just because you reference Range("G2:G"....) in the code doesn't make it the active selection. Selection is likely referring to another cell or range of cells at that point. Try:
    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    04-17-2012
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    25

    Re: Copy Special Paste in the same column

    Perfect. Thanks a ton!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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