The following command copied the complete used range into the clipboard:
mySheet.UsedRange.Copy();
I want to just exculde the first row and copy the rest into clip board. Please help
The following command copied the complete used range into the clipboard:
mySheet.UsedRange.Copy();
I want to just exculde the first row and copy the rest into clip board. Please help
You could try to get it with something like this: