Is it correct (PasteSpecial function)
Public Function sss(strCell) As String
sss=strCell.PasteSpecial
End Function
Selection.PasteSpecial Paste:=xlPasteValues
I want to merge above two make pastespecial function?
my idea is to get data with out formula
|