Hi All Here,
I am having problems with the code listed below, How can I Copy and Paste cell Value only Not the Formula?
Thanks
Sub CopyPaste2() Dim x, R, C, Cols As Long
Dim rngSource As Range
Dim wksResult As Worksheet
Set rngSource = Sheet1.Range("A1:D90")...