VSTO Paste

Joined
Aug 26, 2010
Messages
1
Reaction score
0
Hi,
If I copy a cell containing formula from an excel workbook and paste in my VSTO application, the formula gets pasted. How can i set it to paste the values only without user selecting as PasteSpecial???
Is there any way i can catch the paste event and call range.pastespecial there??

Thanks
 
Back
Top