Hello everyone.
I'm developing Word 2007 AddIn in C#.
What I'm trying to implement last couple of days is drag&drop from my
custom task pane to Word document.
I'm trying to drag&drop and when object is dropped to create MergeField.
All I could do so far is to drag&drop string (text).
So, the main question is: Can I format text which will be dropped to Word in a way
that Word will automatically convert to MergeField
Or, can I somehow perform drag&drop which will create MergeField
Thank you.