I want to copy the cell values only and not the formula which is calculating the value of the cell which i am coping
Range("V186").Select
Selection.Copy
Range("N215").Select
ActiveSheet.Paste
copying cell value with formula and showing #REF!
instead of value