'VBNET paste datagridview to opening excel sheet

can i paste datagridview data to opening excel sheet?

I searched for this topic on google but couldn't find an answer



Solution 1:[1]

There is a property called "ClipboardCopyMode" there you can select which things you want to copy. Also, if you have Multiselection=false thwn you will always be able to copy only 1 row.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 S3minaki