Provide "Paste Link" Functionality in C# Winforms App

Posted by Tim on Stack Overflow See other posts from Stack Overflow or by Tim
Published on 2010-05-19T15:44:35Z Indexed on 2010/05/31 6:22 UTC
Read the original article Hit count: 416

Filed under:
|
|
|
|

I would like to add Copy-Paste Link functionality to an application. The application replaces a complex Excel workbook. I would like to be able to copy tables, text, and charts from the application and use Paste Link in MS Word.

For the uninitiated:
With Excel, when you use Paste Link for the tables, text, charts, etc. the items update in Word when you change them in Excel.

Does anyone know for sure if this is/is not possible (is it some proprietary feature of MS Word-Excel)? If not, can anyone point me to some resources that will help (either an app that does this or a tutorial/write-up).

Thanks!

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms