• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Change formula to values

praveen.karanam

New Member
Hi, How to change the formula to value on the filter data. For example, I have applied vlook up formula and filter data based on the result and now how to change those formula results to values.
 
With your cursor on a particular cell. I store this code in my personal.xlsb file and place an Icon on the QAT. Then click on the QAT icon when you need it.

Code:
Sub copypastespecial()
    ActiveCell.Value = ActiveCell.Value
End Sub
 
Back
Top