this is a simple question im guessing, but i can't find more info on it.
=================================
rng.Copy Sheets("Results").[A1]
=================================
what would i add/change to the code to make it paste only the values of the selected cells into the results sheet ( these are linked cells being selected and they just paste the first few cells on the linked xls file instead of the data ).
im used to the below code, but the above method is much tidier.
selection.copy
Sheets("Results").Select
selection.pastespecial
i was thinking too that perhaps the forums could be sectioned off into more specific areas than a 12,000 somthing topic Excel Thread. Then i wouldnt need to pester ppl for information that's probably around here somehwere
thanks everybody.
=================================
rng.Copy Sheets("Results").[A1]
=================================
what would i add/change to the code to make it paste only the values of the selected cells into the results sheet ( these are linked cells being selected and they just paste the first few cells on the linked xls file instead of the data ).
im used to the below code, but the above method is much tidier.
selection.copy
Sheets("Results").Select
selection.pastespecial
i was thinking too that perhaps the forums could be sectioned off into more specific areas than a 12,000 somthing topic Excel Thread. Then i wouldnt need to pester ppl for information that's probably around here somehwere
thanks everybody.