RicksAtWork
Programmer
I have copied a range and now want to paste it to a new sheet.
Usually I do:
countryWorkSheet.Paste
But I know want to the data to be pasted to a specific row
I think I need to use the destination attribute.
How is this done?
Usually I do:
countryWorkSheet.Paste
But I know want to the data to be pasted to a specific row
I think I need to use the destination attribute.
How is this done?