how do i say what this code below is trying to say:
Sheets(Vendor).Range(PasteRangeName).PasteSpecial(xlValues).CopyData
"copydata" is a variable which all i want to do is paste the values of the variable in the named range shown. not sure how to write it.
Sheets(Vendor).Range(PasteRangeName).PasteSpecial(xlValues).CopyData
"copydata" is a variable which all i want to do is paste the values of the variable in the named range shown. not sure how to write it.