View Single Post
 
Old 01-07-2012, 03:56 AM
gsrikanth gsrikanth is offline Windows XP Office XP
Competent Performer
 
Join Date: Dec 2011
Posts: 133
gsrikanth is on a distinguished road
Default 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
Reply With Quote